Html Css Color HEX #BF0211 Venetian Red

📋 copy color: '#BF0211'

red 191 ◦ green 2 ◦ blue 17

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

Shades of Venetian Red #BF0211

Tints of Venetian Red #BF0211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.1%

R = 90.95%
G = 0.95%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF0211 (or 0xBF0211) is known color: Venetian Red. HEX triplet: BF, 02 and 11. RGB value is (191,2,17). Sum of RGB (Red+Green+Blue) = 191+2+17=210 (27% of max value = 765). Red value is 191 (75% from 255 or 90.95% from 210); Green value is 2 (1.17% from 255 or 0.95% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 191 - color contains mainly: red. Hex color #BF0211 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF0211 is #40FDEE. Grayscale: #3C3C3C. Windows color (decimal): -4259311 or 1114815. OLE color: 1114815.

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

Color convert

RGB 191 2 17 -
CMYK 0 0.99 0.91 0.25
HSL 355.24º 0.98% 0.38% -
HSV(B) 355.24º 0.99% 0.75% -
XYZ 21.61 11.16 1.55 -
YUV 60.22 103.62 221.28 -
System Red Green Blue C M Y K H S L
Decimal 191 2 17 0 0.99 0.91 0.25 355.24 0.98 0.38
Hex BF 2 11 0 63 5B 19 163 62 26
Octal 277 2 21 0 143 133 31 543 142 46
Binary 10111111 10 10001 0 1100011 1011011 11001 101100011 1100010 100110

Color Harmonies of #BF0211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF0211

Black with #BF0211

Text Example


Text Example

White with #BF0211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF0211; }

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

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

background-color css

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

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

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

border-color css

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

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

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