Html Css Color HEX #BF0E20 Venetian Red

📋 copy color: '#BF0E20'

red 191 ◦ green 14 ◦ blue 32

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

Shades of Venetian Red #BF0E20

Tints of Venetian Red #BF0E20

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 13.5%

R = 80.59%
G = 5.91%
B = 13.5%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.83

 K value IS 0.25

RGB Variations

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

Color information

#BF0E20 (or 0xBF0E20) is known color: Venetian Red. HEX triplet: BF, 0E and 20. RGB value is (191,14,32). Sum of RGB (Red+Green+Blue) = 191+14+32=237 (31% of max value = 765). Red value is 191 (75% from 255 or 80.59% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 32 (12.89% from 255 or 13.50% from 237); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0E20 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BF0E20 is #40F1DF. Grayscale: #454545. Windows color (decimal): -4256224 or 2100927. OLE color: 2100927.

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

Color convert

RGB 191 14 32 -
CMYK 0 0.93 0.83 0.25
HSL 353.9º 0.86% 0.4% -
HSV(B) 353.9º 0.93% 0.75% -
XYZ 21.9 11.49 2.43 -
YUV 68.98 107.14 215.04 -
System Red Green Blue C M Y K H S L
Decimal 191 14 32 0 0.93 0.83 0.25 353.9 0.86 0.4
Hex BF E 20 0 5D 53 19 162 56 28
Octal 277 16 40 0 135 123 31 542 126 50
Binary 10111111 1110 100000 0 1011101 1010011 11001 101100010 1010110 101000

Color Harmonies of #BF0E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0E20

Black with #BF0E20

Text Example


Text Example

White with #BF0E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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