Html Css Color HEX #BF0C0E Venetian Red

📋 copy color: '#BF0C0E'

red 191 ◦ green 12 ◦ blue 14

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

Shades of Venetian Red #BF0C0E

Tints of Venetian Red #BF0C0E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.53%

 BLUE value IS 14 (5.86% from 255) = 6.45%

R = 88.02%
G = 5.53%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF0C0E (or 0xBF0C0E) is known color: Venetian Red. HEX triplet: BF, 0C and 0E. RGB value is (191,12,14). Sum of RGB (Red+Green+Blue) = 191+12+14=217 (28% of max value = 765). Red value is 191 (75% from 255 or 88.02% from 217); Green value is 12 (5.08% from 255 or 5.53% from 217); Blue value is 14 (5.86% from 255 or 6.45% from 217); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0C0E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0C0E is #40F3F1. Grayscale: #414141. Windows color (decimal): -4256754 or 920767. OLE color: 920767.

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

Color convert

RGB 191 12 14 -
CMYK 0 0.94 0.93 0.25
HSL 359.33º 0.88% 0.4% -
HSV(B) 359.33º 0.94% 0.75% -
XYZ 21.7 11.37 1.47 -
YUV 65.75 98.8 217.34 -
System Red Green Blue C M Y K H S L
Decimal 191 12 14 0 0.94 0.93 0.25 359.33 0.88 0.4
Hex BF C E 0 5E 5D 19 167 58 28
Octal 277 14 16 0 136 135 31 547 130 50
Binary 10111111 1100 1110 0 1011110 1011101 11001 101100111 1011000 101000

Color Harmonies of #BF0C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0C0E

Black with #BF0C0E

Text Example


Text Example

White with #BF0C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0C0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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