Html Css Color HEX #BF1516 Venetian Red

📋 copy color: '#BF1516'

red 191 ◦ green 21 ◦ blue 22

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

Shades of Venetian Red #BF1516

Tints of Venetian Red #BF1516

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.97%

 BLUE value IS 22 (8.98% from 255) = 9.4%

R = 81.62%
G = 8.97%
B = 9.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#BF1516 (or 0xBF1516) is known color: Venetian Red. HEX triplet: BF, 15 and 16. RGB value is (191,21,22). Sum of RGB (Red+Green+Blue) = 191+21+22=234 (30% of max value = 765). Red value is 191 (75% from 255 or 81.62% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 22 (8.98% from 255 or 9.40% from 234); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1516 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1516 is #40EAE9. Grayscale: #484848. Windows color (decimal): -4254442 or 1447359. OLE color: 1447359.

HSL color Cylindrical-coordinate representation of color #BF1516: hue angle of 359.65º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BF1516 is Cyan = 0, Magento = 0.89, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 191 21 22 -
CMYK 0 0.89 0.88 0.25
HSL 359.65º 0.8% 0.42% -
HSV(B) 359.65º 0.89% 0.75% -
XYZ 21.9 11.67 1.86 -
YUV 71.94 99.82 212.92 -
System Red Green Blue C M Y K H S L
Decimal 191 21 22 0 0.89 0.88 0.25 359.65 0.8 0.42
Hex BF 15 16 0 59 58 19 168 50 2A
Octal 277 25 26 0 131 130 31 550 120 52
Binary 10111111 10101 10110 0 1011001 1011000 11001 101101000 1010000 101010

Color Harmonies of #BF1516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1516

Black with #BF1516

Text Example


Text Example

White with #BF1516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1516; }

 p { color: rgb(191,21,22); }

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

background-color css

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

 a { background-color: rgb(191,21,22); }

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

border-color css

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

 span { border-color: rgb(191,21,22); }

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