Html Css Color HEX #BD1618 Venetian Red

📋 copy color: '#BD1618'

red 189 ◦ green 22 ◦ blue 24

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

Shades of Venetian Red #BD1618

Tints of Venetian Red #BD1618

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.36%

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

R = 80.43%
G = 9.36%
B = 10.21%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD1618 (or 0xBD1618) is known color: Venetian Red. HEX triplet: BD, 16 and 18. RGB value is (189,22,24). Sum of RGB (Red+Green+Blue) = 189+22+24=235 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.43% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 24 (9.77% from 255 or 10.21% from 235); Max value from RGB is 189 - color contains mainly: red. Hex color #BD1618 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD1618 is #42E9E7. Grayscale: #484848. Windows color (decimal): -4385256 or 1578685. OLE color: 1578685.

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

Color convert

RGB 189 22 24 -
CMYK 0 0.88 0.87 0.26
HSL 359.28º 0.79% 0.41% -
HSV(B) 359.28º 0.88% 0.74% -
XYZ 21.44 11.46 1.95 -
YUV 72.16 100.83 211.34 -
System Red Green Blue C M Y K H S L
Decimal 189 22 24 0 0.88 0.87 0.26 359.28 0.79 0.41
Hex BD 16 18 0 58 57 1A 167 4F 29
Octal 275 26 30 0 130 127 32 547 117 51
Binary 10111101 10110 11000 0 1011000 1010111 11010 101100111 1001111 101001

Color Harmonies of #BD1618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD1618

Black with #BD1618

Text Example


Text Example

White with #BD1618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD1618; }

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

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

background-color css

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

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

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

border-color css

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

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

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