Html Css Color HEX #BF0E13 Venetian Red

📋 copy color: '#BF0E13'

red 191 ◦ green 14 ◦ blue 19

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

Shades of Venetian Red #BF0E13

Tints of Venetian Red #BF0E13

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.25%

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

R = 85.27%
G = 6.25%
B = 8.48%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#BF0E13 (or 0xBF0E13) is known color: Venetian Red. HEX triplet: BF, 0E and 13. RGB value is (191,14,19). Sum of RGB (Red+Green+Blue) = 191+14+19=224 (29% of max value = 765). Red value is 191 (75% from 255 or 85.27% from 224); Green value is 14 (5.86% from 255 or 6.25% from 224); Blue value is 19 (7.81% from 255 or 8.48% from 224); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E13 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0E13 is #40F1EC. Grayscale: #434343. Windows color (decimal): -4256237 or 1248959. OLE color: 1248959.

HSL color Cylindrical-coordinate representation of color #BF0E13: hue angle of 358.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #BF0E13 is Cyan = 0, Magento = 0.93, Yellow = 0.90 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 14 19 -
CMYK 0 0.93 0.90 0.25
HSL 358.31º 0.86% 0.4% -
HSV(B) 358.31º 0.93% 0.75% -
XYZ 21.76 11.44 1.68 -
YUV 67.49 100.64 216.09 -
System Red Green Blue C M Y K H S L
Decimal 191 14 19 0 0.93 0.90 0.25 358.31 0.86 0.4
Hex BF E 13 0 5D 5A 19 166 56 28
Octal 277 16 23 0 135 132 31 546 126 50
Binary 10111111 1110 10011 0 1011101 1011010 11001 101100110 1010110 101000

Color Harmonies of #BF0E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E13

Black with #BF0E13

Text Example


Text Example

White with #BF0E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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