Html Css Color HEX #BF063E Cardinal

📋 copy color: '#BF063E'

red 191 ◦ green 6 ◦ blue 62

#BF063E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #BF063E

Tints of Cardinal #BF063E

RGB

 RED value IS 191 (75% from 255) = 73.75%

 GREEN value IS 6 (2.73% from 255) = 2.32%

 BLUE value IS 62 (24.61% from 255) = 23.94%

R = 73.75%
G = 2.32%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.68

 K value IS 0.25

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BF063E (or 0xBF063E) is known color: Cardinal. HEX triplet: BF, 06 and 3E. RGB value is (191,6,62). Sum of RGB (Red+Green+Blue) = 191+6+62=259 (34% of max value = 765). Red value is 191 (75% from 255 or 73.75% from 259); Green value is 6 (2.73% from 255 or 2.32% from 259); Blue value is 62 (24.61% from 255 or 23.94% from 259); Max value from RGB is 191 - color contains mainly: red. Hex color #BF063E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF063E is #40F9C1. Grayscale: #434343. Windows color (decimal): -4258242 or 4064959. OLE color: 4064959.

HSL color Cylindrical-coordinate representation of color #BF063E: hue angle of 341.84º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BF063E is Cyan = 0, Magento = 0.97, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 6 62 -
CMYK 0 0.97 0.68 0.25
HSL 341.84º 0.94% 0.39% -
HSV(B) 341.84º 0.97% 0.75% -
XYZ 22.42 11.55 5.61 -
YUV 67.7 124.79 215.95 -
System Red Green Blue C M Y K H S L
Decimal 191 6 62 0 0.97 0.68 0.25 341.84 0.94 0.39
Hex BF 6 3E 0 61 44 19 156 5E 27
Octal 277 6 76 0 141 104 31 526 136 47
Binary 10111111 110 111110 0 1100001 1000100 11001 101010110 1011110 100111

Color Harmonies of #BF063E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF063E

Black with #BF063E

Text Example


Text Example

White with #BF063E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF063E; }

 p { color: rgb(191,6,62); }

 H1.HeaderClassName
 {
   color: #BF063E;
 }
 .AnyTagClassName
 {
   color: #BF063E;
 }
</style>

background-color css

<style>
 a { background-color: #BF063E; }

 a { background-color: rgb(191,6,62); }

 div.DivClassName
 {
   background-color: #BF063E;
 }
 .BgClassName
 {
   background-color: #BF063E;
 }
</style>

border-color css

<style>
 span { border-color: #BF063E; }

 span { border-color: rgb(191,6,62); }

 td.TdClassName
 {
   border-color: #BF063E;
 }
 .TagClassName
 {
   border-color: #BF063E;
 }
</style>