Html Css Color HEX #BF0812 Venetian Red

📋 copy color: '#BF0812'

red 191 ◦ green 8 ◦ blue 18

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

Shades of Venetian Red #BF0812

Tints of Venetian Red #BF0812

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.69%

 BLUE value IS 18 (7.42% from 255) = 8.29%

R = 88.02%
G = 3.69%
B = 8.29%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF0812 (or 0xBF0812) is known color: Venetian Red. HEX triplet: BF, 08 and 12. RGB value is (191,8,18). Sum of RGB (Red+Green+Blue) = 191+8+18=217 (28% of max value = 765). Red value is 191 (75% from 255 or 88.02% from 217); Green value is 8 (3.52% from 255 or 3.69% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0812 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0812 is #40F7ED. Grayscale: #3F3F3F. Windows color (decimal): -4257774 or 1181887. OLE color: 1181887.

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

Color convert

RGB 191 8 18 -
CMYK 0 0.96 0.91 0.25
HSL 356.72º 0.92% 0.39% -
HSV(B) 356.72º 0.96% 0.75% -
XYZ 21.68 11.29 1.61 -
YUV 63.86 102.13 218.69 -
System Red Green Blue C M Y K H S L
Decimal 191 8 18 0 0.96 0.91 0.25 356.72 0.92 0.39
Hex BF 8 12 0 60 5B 19 165 5C 27
Octal 277 10 22 0 140 133 31 545 134 47
Binary 10111111 1000 10010 0 1100000 1011011 11001 101100101 1011100 100111

Color Harmonies of #BF0812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0812

Black with #BF0812

Text Example


Text Example

White with #BF0812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0812; }

 p { color: rgb(191,8,18); }

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

background-color css

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

 a { background-color: rgb(191,8,18); }

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

border-color css

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

 span { border-color: rgb(191,8,18); }

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