Html Css Color HEX #BF1118 Venetian Red

📋 copy color: '#BF1118'

red 191 ◦ green 17 ◦ blue 24

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

Shades of Venetian Red #BF1118

Tints of Venetian Red #BF1118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 10.34%

R = 82.33%
G = 7.33%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#BF1118 (or 0xBF1118) is known color: Venetian Red. HEX triplet: BF, 11 and 18. RGB value is (191,17,24). Sum of RGB (Red+Green+Blue) = 191+17+24=232 (30% of max value = 765). Red value is 191 (75% from 255 or 82.33% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 24 (9.77% from 255 or 10.34% from 232); Max value from RGB is 191 - color contains mainly: red. Hex color #BF1118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BF1118 is #40EEE7. Grayscale: #454545. Windows color (decimal): -4255464 or 1577407. OLE color: 1577407.

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

Color convert

RGB 191 17 24 -
CMYK 0 0.91 0.87 0.25
HSL 357.59º 0.84% 0.41% -
HSV(B) 357.59º 0.91% 0.75% -
XYZ 21.85 11.54 1.94 -
YUV 69.82 102.15 214.43 -
System Red Green Blue C M Y K H S L
Decimal 191 17 24 0 0.91 0.87 0.25 357.59 0.84 0.41
Hex BF 11 18 0 5B 57 19 166 54 29
Octal 277 21 30 0 133 127 31 546 124 51
Binary 10111111 10001 11000 0 1011011 1010111 11001 101100110 1010100 101001

Color Harmonies of #BF1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF1118

Black with #BF1118

Text Example


Text Example

White with #BF1118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF1118; }

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

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

background-color css

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

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

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

border-color css

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

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

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