Html Css Color HEX #BF0811 Venetian Red

📋 copy color: '#BF0811'

red 191 ◦ green 8 ◦ blue 17

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

Shades of Venetian Red #BF0811

Tints of Venetian Red #BF0811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.87%

R = 88.43%
G = 3.7%
B = 7.87%

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

#BF0811 (or 0xBF0811) is known color: Venetian Red. HEX triplet: BF, 08 and 11. RGB value is (191,8,17). Sum of RGB (Red+Green+Blue) = 191+8+17=216 (28% of max value = 765). Red value is 191 (75% from 255 or 88.43% from 216); Green value is 8 (3.52% from 255 or 3.70% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0811 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0811 is #40F7EE. Grayscale: #3F3F3F. Windows color (decimal): -4257775 or 1116351. OLE color: 1116351.

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

Color convert

RGB 191 8 17 -
CMYK 0 0.96 0.91 0.25
HSL 357.05º 0.92% 0.39% -
HSV(B) 357.05º 0.96% 0.75% -
XYZ 21.67 11.29 1.57 -
YUV 63.74 101.63 218.77 -
System Red Green Blue C M Y K H S L
Decimal 191 8 17 0 0.96 0.91 0.25 357.05 0.92 0.39
Hex BF 8 11 0 60 5B 19 165 5C 27
Octal 277 10 21 0 140 133 31 545 134 47
Binary 10111111 1000 10001 0 1100000 1011011 11001 101100101 1011100 100111

Color Harmonies of #BF0811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0811

Black with #BF0811

Text Example


Text Example

White with #BF0811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0811; }

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

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

background-color css

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

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

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

border-color css

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

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

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