Html Css Color HEX #BD0418 Venetian Red

📋 copy color: '#BD0418'

red 189 ◦ green 4 ◦ blue 24

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

Shades of Venetian Red #BD0418

Tints of Venetian Red #BD0418

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.84%

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

R = 87.1%
G = 1.84%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.26

RGB Variations

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

Color information

#BD0418 (or 0xBD0418) is known color: Venetian Red. HEX triplet: BD, 04 and 18. RGB value is (189,4,24). Sum of RGB (Red+Green+Blue) = 189+4+24=217 (28% of max value = 765). Red value is 189 (74.22% from 255 or 87.10% from 217); Green value is 4 (1.95% from 255 or 1.84% from 217); Blue value is 24 (9.77% from 255 or 11.06% from 217); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0418 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0418 is #42FBE7. Grayscale: #3D3D3D. Windows color (decimal): -4389864 or 1574077. OLE color: 1574077.

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

Color convert

RGB 189 4 24 -
CMYK 0 0.98 0.87 0.26
HSL 353.51º 0.96% 0.38% -
HSV(B) 353.51º 0.98% 0.74% -
XYZ 21.19 10.97 1.86 -
YUV 61.6 106.79 218.87 -
System Red Green Blue C M Y K H S L
Decimal 189 4 24 0 0.98 0.87 0.26 353.51 0.96 0.38
Hex BD 4 18 0 62 57 1A 162 60 26
Octal 275 4 30 0 142 127 32 542 140 46
Binary 10111101 100 11000 0 1100010 1010111 11010 101100010 1100000 100110

Color Harmonies of #BD0418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0418

Black with #BD0418

Text Example


Text Example

White with #BD0418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0418; }

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

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

background-color css

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

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

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

border-color css

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

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

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