Html Css Color HEX #BD0118 Venetian Red

📋 copy color: '#BD0118'

red 189 ◦ green 1 ◦ blue 24

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

Shades of Venetian Red #BD0118

Tints of Venetian Red #BD0118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

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

R = 88.32%
G = 0.47%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD0118 (or 0xBD0118) is known color: Venetian Red. HEX triplet: BD, 01 and 18. RGB value is (189,1,24). Sum of RGB (Red+Green+Blue) = 189+1+24=214 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.32% from 214); Green value is 1 (0.78% from 255 or 0.47% from 214); Blue value is 24 (9.77% from 255 or 11.21% from 214); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0118 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0118 is #42FEE7. Grayscale: #3B3B3B. Windows color (decimal): -4390632 or 1573309. OLE color: 1573309.

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

Color convert

RGB 189 1 24 -
CMYK 0 0.99 0.87 0.26
HSL 352.66º 0.99% 0.37% -
HSV(B) 352.66º 0.99% 0.74% -
XYZ 21.16 10.91 1.85 -
YUV 59.83 107.78 220.13 -
System Red Green Blue C M Y K H S L
Decimal 189 1 24 0 0.99 0.87 0.26 352.66 0.99 0.37
Hex BD 1 18 0 63 57 1A 161 63 25
Octal 275 1 30 0 143 127 32 541 143 45
Binary 10111101 1 11000 0 1100011 1010111 11010 101100001 1100011 100101

Color Harmonies of #BD0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0118

Black with #BD0118

Text Example


Text Example

White with #BD0118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0118; }

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

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

background-color css

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

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

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

border-color css

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

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

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