Html Css Color HEX #BF1115 Venetian Red

📋 copy color: '#BF1115'

red 191 ◦ green 17 ◦ blue 21

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

Shades of Venetian Red #BF1115

Tints of Venetian Red #BF1115

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.42%

 BLUE value IS 21 (8.59% from 255) = 9.17%

R = 83.41%
G = 7.42%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.89

 K value IS 0.25

RGB Variations

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

Color information

#BF1115 (or 0xBF1115) is known color: Venetian Red. HEX triplet: BF, 11 and 15. RGB value is (191,17,21). Sum of RGB (Red+Green+Blue) = 191+17+21=229 (30% of max value = 765). Red value is 191 (75% from 255 or 83.41% from 229); Green value is 17 (7.03% from 255 or 7.42% from 229); Blue value is 21 (8.59% from 255 or 9.17% from 229); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1115 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1115 is #40EEEA. Grayscale: #454545. Windows color (decimal): -4255467 or 1380799. OLE color: 1380799.

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

Color convert

RGB 191 17 21 -
CMYK 0 0.91 0.89 0.25
HSL 358.62º 0.84% 0.41% -
HSV(B) 358.62º 0.91% 0.75% -
XYZ 21.82 11.53 1.79 -
YUV 69.48 100.65 214.67 -
System Red Green Blue C M Y K H S L
Decimal 191 17 21 0 0.91 0.89 0.25 358.62 0.84 0.41
Hex BF 11 15 0 5B 59 19 167 54 29
Octal 277 21 25 0 133 131 31 547 124 51
Binary 10111111 10001 10101 0 1011011 1011001 11001 101100111 1010100 101001

Color Harmonies of #BF1115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1115

Black with #BF1115

Text Example


Text Example

White with #BF1115

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1115; }

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

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

background-color css

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

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

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

border-color css

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

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

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