Html Css Color HEX #BD0629 Venetian Red

📋 copy color: '#BD0629'

red 189 ◦ green 6 ◦ blue 41

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

Shades of Venetian Red #BD0629

Tints of Venetian Red #BD0629

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.54%

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

R = 80.08%
G = 2.54%
B = 17.37%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD0629 (or 0xBD0629) is known color: Venetian Red. HEX triplet: BD, 06 and 29. RGB value is (189,6,41). Sum of RGB (Red+Green+Blue) = 189+6+41=236 (31% of max value = 765). Red value is 189 (74.22% from 255 or 80.08% from 236); Green value is 6 (2.73% from 255 or 2.54% from 236); Blue value is 41 (16.41% from 255 or 17.37% from 236); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0629 is #42F9D6. Grayscale: #404040. Windows color (decimal): -4389335 or 2688701. OLE color: 2688701.

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

Color convert

RGB 189 6 41 -
CMYK 0 0.97 0.78 0.26
HSL 348.52º 0.94% 0.38% -
HSV(B) 348.52º 0.97% 0.74% -
XYZ 21.45 11.11 3.11 -
YUV 64.71 114.63 216.65 -
System Red Green Blue C M Y K H S L
Decimal 189 6 41 0 0.97 0.78 0.26 348.52 0.94 0.38
Hex BD 6 29 0 61 4E 1A 15D 5E 26
Octal 275 6 51 0 141 116 32 535 136 46
Binary 10111101 110 101001 0 1100001 1001110 11010 101011101 1011110 100110

Color Harmonies of #BD0629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0629

Black with #BD0629

Text Example


Text Example

White with #BD0629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0629; }

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

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

background-color css

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

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

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

border-color css

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

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

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