Html Css Color HEX #BF020E Venetian Red

📋 copy color: '#BF020E'

red 191 ◦ green 2 ◦ blue 14

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

Shades of Venetian Red #BF020E

Tints of Venetian Red #BF020E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.97%

 BLUE value IS 14 (5.86% from 255) = 6.76%

R = 92.27%
G = 0.97%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.25

RGB Variations

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

Color information

#BF020E (or 0xBF020E) is known color: Venetian Red. HEX triplet: BF, 02 and 0E. RGB value is (191,2,14). Sum of RGB (Red+Green+Blue) = 191+2+14=207 (27% of max value = 765). Red value is 191 (75% from 255 or 92.27% from 207); Green value is 2 (1.17% from 255 or 0.97% from 207); Blue value is 14 (5.86% from 255 or 6.76% from 207); Max value from RGB is 191 - color contains mainly: red. Hex color #BF020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF020E is #40FDF1. Grayscale: #3C3C3C. Windows color (decimal): -4259314 or 918207. OLE color: 918207.

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

Color convert

RGB 191 2 14 -
CMYK 0 0.99 0.93 0.25
HSL 356.19º 0.98% 0.38% -
HSV(B) 356.19º 0.99% 0.75% -
XYZ 21.59 11.15 1.43 -
YUV 59.88 102.12 221.52 -
System Red Green Blue C M Y K H S L
Decimal 191 2 14 0 0.99 0.93 0.25 356.19 0.98 0.38
Hex BF 2 E 0 63 5D 19 164 62 26
Octal 277 2 16 0 143 135 31 544 142 46
Binary 10111111 10 1110 0 1100011 1011101 11001 101100100 1100010 100110

Color Harmonies of #BF020E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF020E

Black with #BF020E

Text Example


Text Example

White with #BF020E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF020E; }

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

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

background-color css

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

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

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

border-color css

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

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

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