Html Css Color HEX #BF0813 Venetian Red

📋 copy color: '#BF0813'

red 191 ◦ green 8 ◦ blue 19

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

Shades of Venetian Red #BF0813

Tints of Venetian Red #BF0813

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.72%

R = 87.61%
G = 3.67%
B = 8.72%

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

#BF0813 (or 0xBF0813) is known color: Venetian Red. HEX triplet: BF, 08 and 13. RGB value is (191,8,19). Sum of RGB (Red+Green+Blue) = 191+8+19=218 (28% of max value = 765). Red value is 191 (75% from 255 or 87.61% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 19 (7.81% from 255 or 8.72% from 218); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0813 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0813 is #40F7EC. Grayscale: #404040. Windows color (decimal): -4257773 or 1247423. OLE color: 1247423.

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

Color convert

RGB 191 8 19 -
CMYK 0 0.96 0.90 0.25
HSL 356.39º 0.92% 0.39% -
HSV(B) 356.39º 0.96% 0.75% -
XYZ 21.69 11.3 1.65 -
YUV 63.97 102.63 218.61 -
System Red Green Blue C M Y K H S L
Decimal 191 8 19 0 0.96 0.90 0.25 356.39 0.92 0.39
Hex BF 8 13 0 60 5A 19 164 5C 27
Octal 277 10 23 0 140 132 31 544 134 47
Binary 10111111 1000 10011 0 1100000 1011010 11001 101100100 1011100 100111

Color Harmonies of #BF0813

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0813

Black with #BF0813

Text Example


Text Example

White with #BF0813

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0813; }

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

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

background-color css

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

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

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

border-color css

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

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

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