Html Css Color HEX #BD0829 Venetian Red

📋 copy color: '#BD0829'

red 189 ◦ green 8 ◦ blue 41

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

Shades of Venetian Red #BD0829

Tints of Venetian Red #BD0829

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.36%

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

R = 79.41%
G = 3.36%
B = 17.23%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.78

 K value IS 0.26

RGB Variations

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

Color information

#BD0829 (or 0xBD0829) is known color: Venetian Red. HEX triplet: BD, 08 and 29. RGB value is (189,8,41). Sum of RGB (Red+Green+Blue) = 189+8+41=238 (31% of max value = 765). Red value is 189 (74.22% from 255 or 79.41% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 41 (16.41% from 255 or 17.23% from 238); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0829 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0829 is #42F7D6. Grayscale: #414141. Windows color (decimal): -4388823 or 2689213. OLE color: 2689213.

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

Color convert

RGB 189 8 41 -
CMYK 0 0.96 0.78 0.26
HSL 349.06º 0.92% 0.39% -
HSV(B) 349.06º 0.96% 0.74% -
XYZ 21.47 11.15 3.12 -
YUV 65.88 113.97 215.82 -
System Red Green Blue C M Y K H S L
Decimal 189 8 41 0 0.96 0.78 0.26 349.06 0.92 0.39
Hex BD 8 29 0 60 4E 1A 15D 5C 27
Octal 275 10 51 0 140 116 32 535 134 47
Binary 10111101 1000 101001 0 1100000 1001110 11010 101011101 1011100 100111

Color Harmonies of #BD0829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0829

Black with #BD0829

Text Example


Text Example

White with #BD0829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0829; }

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

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

background-color css

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

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

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

border-color css

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

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

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