Html Css Color HEX #BF0815 Venetian Red

📋 copy color: '#BF0815'

red 191 ◦ green 8 ◦ blue 21

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

Shades of Venetian Red #BF0815

Tints of Venetian Red #BF0815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 9.55%

R = 86.82%
G = 3.64%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF0815 (or 0xBF0815) is known color: Venetian Red. HEX triplet: BF, 08 and 15. RGB value is (191,8,21). Sum of RGB (Red+Green+Blue) = 191+8+21=220 (29% of max value = 765). Red value is 191 (75% from 255 or 86.82% from 220); Green value is 8 (3.52% from 255 or 3.64% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0815 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0815 is #40F7EA. Grayscale: #404040. Windows color (decimal): -4257771 or 1378495. OLE color: 1378495.

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

Color convert

RGB 191 8 21 -
CMYK 0 0.96 0.89 0.25
HSL 355.74º 0.92% 0.39% -
HSV(B) 355.74º 0.96% 0.75% -
XYZ 21.71 11.3 1.75 -
YUV 64.2 103.63 218.44 -
System Red Green Blue C M Y K H S L
Decimal 191 8 21 0 0.96 0.89 0.25 355.74 0.92 0.39
Hex BF 8 15 0 60 59 19 164 5C 27
Octal 277 10 25 0 140 131 31 544 134 47
Binary 10111111 1000 10101 0 1100000 1011001 11001 101100100 1011100 100111

Color Harmonies of #BF0815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0815

Black with #BF0815

Text Example


Text Example

White with #BF0815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0815; }

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

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

background-color css

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

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

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

border-color css

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

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

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