Html Css Color HEX #BF0712 Venetian Red

📋 copy color: '#BF0712'

red 191 ◦ green 7 ◦ blue 18

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

Shades of Venetian Red #BF0712

Tints of Venetian Red #BF0712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.24%

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

R = 88.43%
G = 3.24%
B = 8.33%

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

#BF0712 (or 0xBF0712) is known color: Venetian Red. HEX triplet: BF, 07 and 12. RGB value is (191,7,18). Sum of RGB (Red+Green+Blue) = 191+7+18=216 (28% of max value = 765). Red value is 191 (75% from 255 or 88.43% from 216); Green value is 7 (3.12% from 255 or 3.24% from 216); Blue value is 18 (7.42% from 255 or 8.33% from 216); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0712 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0712 is #40F8ED. Grayscale: #3F3F3F. Windows color (decimal): -4258030 or 1181631. OLE color: 1181631.

HSL color Cylindrical-coordinate representation of color #BF0712: hue angle of 356.41º degrees, saturation: 0.93, 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 #BF0712 is Cyan = 0, Magento = 0.96, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 7 18 -
CMYK 0 0.96 0.91 0.25
HSL 356.41º 0.93% 0.39% -
HSV(B) 356.41º 0.96% 0.75% -
XYZ 21.67 11.27 1.61 -
YUV 63.27 102.46 219.11 -
System Red Green Blue C M Y K H S L
Decimal 191 7 18 0 0.96 0.91 0.25 356.41 0.93 0.39
Hex BF 7 12 0 60 5B 19 164 5D 27
Octal 277 7 22 0 140 133 31 544 135 47
Binary 10111111 111 10010 0 1100000 1011011 11001 101100100 1011101 100111

Color Harmonies of #BF0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0712

Black with #BF0712

Text Example


Text Example

White with #BF0712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0712; }

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

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

background-color css

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

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

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

border-color css

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

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

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