Html Css Color HEX #BF1011 Venetian Red

📋 copy color: '#BF1011'

red 191 ◦ green 16 ◦ blue 17

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

Shades of Venetian Red #BF1011

Tints of Venetian Red #BF1011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.14%

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

R = 85.27%
G = 7.14%
B = 7.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#BF1011 (or 0xBF1011) is known color: Venetian Red. HEX triplet: BF, 10 and 11. RGB value is (191,16,17). Sum of RGB (Red+Green+Blue) = 191+16+17=224 (29% of max value = 765). Red value is 191 (75% from 255 or 85.27% from 224); Green value is 16 (6.64% from 255 or 7.14% from 224); Blue value is 17 (7.03% from 255 or 7.59% from 224); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1011 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1011 is #40EFEE. Grayscale: #444444. Windows color (decimal): -4255727 or 1118399. OLE color: 1118399.

HSL color Cylindrical-coordinate representation of color #BF1011: hue angle of 359.66º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #BF1011 is Cyan = 0, Magento = 0.92, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 16 17 -
CMYK 0 0.92 0.91 0.25
HSL 359.66º 0.85% 0.41% -
HSV(B) 359.66º 0.92% 0.75% -
XYZ 21.77 11.49 1.6 -
YUV 68.44 98.98 215.42 -
System Red Green Blue C M Y K H S L
Decimal 191 16 17 0 0.92 0.91 0.25 359.66 0.85 0.41
Hex BF 10 11 0 5C 5B 19 168 55 29
Octal 277 20 21 0 134 133 31 550 125 51
Binary 10111111 10000 10001 0 1011100 1011011 11001 101101000 1010101 101001

Color Harmonies of #BF1011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1011

Black with #BF1011

Text Example


Text Example

White with #BF1011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1011; }

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

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

background-color css

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

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

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

border-color css

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

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

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