Html Css Color HEX #BD0229 Venetian Red

📋 copy color: '#BD0229'

red 189 ◦ green 2 ◦ blue 41

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

Shades of Venetian Red #BD0229

Tints of Venetian Red #BD0229

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.86%

 BLUE value IS 41 (16.41% from 255) = 17.67%

R = 81.47%
G = 0.86%
B = 17.67%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD0229 (or 0xBD0229) is known color: Venetian Red. HEX triplet: BD, 02 and 29. RGB value is (189,2,41). Sum of RGB (Red+Green+Blue) = 189+2+41=232 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.47% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 41 (16.41% from 255 or 17.67% from 232); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0229 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0229 is #42FDD6. Grayscale: #3E3E3E. Windows color (decimal): -4390359 or 2687677. OLE color: 2687677.

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

Color convert

RGB 189 2 41 -
CMYK 0 0.99 0.78 0.26
HSL 347.49º 0.98% 0.37% -
HSV(B) 347.49º 0.99% 0.74% -
XYZ 21.41 11.02 3.1 -
YUV 62.36 115.95 218.33 -
System Red Green Blue C M Y K H S L
Decimal 189 2 41 0 0.99 0.78 0.26 347.49 0.98 0.37
Hex BD 2 29 0 63 4E 1A 15B 62 25
Octal 275 2 51 0 143 116 32 533 142 45
Binary 10111101 10 101001 0 1100011 1001110 11010 101011011 1100010 100101

Color Harmonies of #BD0229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0229

Black with #BD0229

Text Example


Text Example

White with #BD0229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0229; }

 p { color: rgb(189,2,41); }

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

background-color css

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

 a { background-color: rgb(189,2,41); }

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

border-color css

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

 span { border-color: rgb(189,2,41); }

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