Html Css Color HEX #BF0E32 Cardinal

📋 copy color: '#BF0E32'

red 191 ◦ green 14 ◦ blue 50

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

Shades of Cardinal #BF0E32

Tints of Cardinal #BF0E32

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.49%

 BLUE value IS 50 (19.92% from 255) = 19.61%

R = 74.9%
G = 5.49%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#BF0E32 (or 0xBF0E32) is known color: Cardinal. HEX triplet: BF, 0E and 32. RGB value is (191,14,50). Sum of RGB (Red+Green+Blue) = 191+14+50=255 (33% of max value = 765). Red value is 191 (75% from 255 or 74.90% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0E32 is #40F1CD. Grayscale: #474747. Windows color (decimal): -4256206 or 3280575. OLE color: 3280575.

HSL color Cylindrical-coordinate representation of color #BF0E32: hue angle of 347.8º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0E32 is Cyan = 0, Magento = 0.93, Yellow = 0.74 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 14 50 -
CMYK 0 0.93 0.74 0.25
HSL 347.8º 0.86% 0.4% -
HSV(B) 347.8º 0.93% 0.75% -
XYZ 22.22 11.62 4.09 -
YUV 71.03 116.14 213.57 -
System Red Green Blue C M Y K H S L
Decimal 191 14 50 0 0.93 0.74 0.25 347.8 0.86 0.4
Hex BF E 32 0 5D 4A 19 15C 56 28
Octal 277 16 62 0 135 112 31 534 126 50
Binary 10111111 1110 110010 0 1011101 1001010 11001 101011100 1010110 101000

Color Harmonies of #BF0E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E32

Black with #BF0E32

Text Example


Text Example

White with #BF0E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E32; }

 p { color: rgb(191,14,50); }

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

background-color css

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

 a { background-color: rgb(191,14,50); }

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

border-color css

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

 span { border-color: rgb(191,14,50); }

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