Html Css Color HEX #BD1118 Venetian Red

📋 copy color: '#BD1118'

red 189 ◦ green 17 ◦ blue 24

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

Shades of Venetian Red #BD1118

Tints of Venetian Red #BD1118

RGB

 RED value IS 189 (74.22% from 255) = 82.17%

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

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

R = 82.17%
G = 7.39%
B = 10.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD1118 (or 0xBD1118) is known color: Venetian Red. HEX triplet: BD, 11 and 18. RGB value is (189,17,24). Sum of RGB (Red+Green+Blue) = 189+17+24=230 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.17% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 24 (9.77% from 255 or 10.43% from 230); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1118 is #42EEE7. Grayscale: #454545. Windows color (decimal): -4386536 or 1577405. OLE color: 1577405.

HSL color Cylindrical-coordinate representation of color #BD1118: hue angle of 357.56º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BD1118 is Cyan = 0, Magento = 0.91, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 17 24 -
CMYK 0 0.91 0.87 0.26
HSL 357.56º 0.83% 0.4% -
HSV(B) 357.56º 0.91% 0.74% -
XYZ 21.35 11.29 1.92 -
YUV 69.23 102.48 213.43 -
System Red Green Blue C M Y K H S L
Decimal 189 17 24 0 0.91 0.87 0.26 357.56 0.83 0.4
Hex BD 11 18 0 5B 57 1A 166 53 28
Octal 275 21 30 0 133 127 32 546 123 50
Binary 10111101 10001 11000 0 1011011 1010111 11010 101100110 1010011 101000

Color Harmonies of #BD1118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1118

Black with #BD1118

Text Example


Text Example

White with #BD1118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1118; }

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

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

background-color css

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

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

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

border-color css

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

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

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