Html Css Color HEX #BF0814 Venetian Red

📋 copy color: '#BF0814'

red 191 ◦ green 8 ◦ blue 20

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

Shades of Venetian Red #BF0814

Tints of Venetian Red #BF0814

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.13%

R = 87.21%
G = 3.65%
B = 9.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF0814 (or 0xBF0814) is known color: Venetian Red. HEX triplet: BF, 08 and 14. RGB value is (191,8,20). Sum of RGB (Red+Green+Blue) = 191+8+20=219 (29% of max value = 765). Red value is 191 (75% from 255 or 87.21% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 20 (8.20% from 255 or 9.13% from 219); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0814 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0814 is #40F7EB. Grayscale: #404040. Windows color (decimal): -4257772 or 1312959. OLE color: 1312959.

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

Color convert

RGB 191 8 20 -
CMYK 0 0.96 0.90 0.25
HSL 356.07º 0.92% 0.39% -
HSV(B) 356.07º 0.96% 0.75% -
XYZ 21.7 11.3 1.7 -
YUV 64.09 103.13 218.52 -
System Red Green Blue C M Y K H S L
Decimal 191 8 20 0 0.96 0.90 0.25 356.07 0.92 0.39
Hex BF 8 14 0 60 5A 19 164 5C 27
Octal 277 10 24 0 140 132 31 544 134 47
Binary 10111111 1000 10100 0 1100000 1011010 11001 101100100 1011100 100111

Color Harmonies of #BF0814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0814

Black with #BF0814

Text Example


Text Example

White with #BF0814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0814; }

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

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

background-color css

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

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

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

border-color css

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

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

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