Html Css Color HEX #BD0413 Venetian Red

📋 copy color: '#BD0413'

red 189 ◦ green 4 ◦ blue 19

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

Shades of Venetian Red #BD0413

Tints of Venetian Red #BD0413

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.96%

R = 89.15%
G = 1.89%
B = 8.96%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.26

RGB Variations

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

Color information

#BD0413 (or 0xBD0413) is known color: Venetian Red. HEX triplet: BD, 04 and 13. RGB value is (189,4,19). Sum of RGB (Red+Green+Blue) = 189+4+19=212 (28% of max value = 765). Red value is 189 (74.22% from 255 or 89.15% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 19 (7.81% from 255 or 8.96% from 212); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0413 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0413 is #42FBEC. Grayscale: #3D3D3D. Windows color (decimal): -4389869 or 1246397. OLE color: 1246397.

HSL color Cylindrical-coordinate representation of color #BD0413: hue angle of 355.14º 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 #BD0413 is Cyan = 0, Magento = 0.98, Yellow = 0.90 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 4 19 -
CMYK 0 0.98 0.90 0.26
HSL 355.14º 0.96% 0.38% -
HSV(B) 355.14º 0.98% 0.74% -
XYZ 21.15 10.95 1.62 -
YUV 61.03 104.29 219.28 -
System Red Green Blue C M Y K H S L
Decimal 189 4 19 0 0.98 0.90 0.26 355.14 0.96 0.38
Hex BD 4 13 0 62 5A 1A 163 60 26
Octal 275 4 23 0 142 132 32 543 140 46
Binary 10111101 100 10011 0 1100010 1011010 11010 101100011 1100000 100110

Color Harmonies of #BD0413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0413

Black with #BD0413

Text Example


Text Example

White with #BD0413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0413; }

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

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

background-color css

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

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

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

border-color css

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

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

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