Html Css Color HEX #BD0822 Venetian Red

📋 copy color: '#BD0822'

red 189 ◦ green 8 ◦ blue 34

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

Shades of Venetian Red #BD0822

Tints of Venetian Red #BD0822

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 14.72%

R = 81.82%
G = 3.46%
B = 14.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD0822 (or 0xBD0822) is known color: Venetian Red. HEX triplet: BD, 08 and 22. RGB value is (189,8,34). Sum of RGB (Red+Green+Blue) = 189+8+34=231 (30% of max value = 765). Red value is 189 (74.22% from 255 or 81.82% from 231); Green value is 8 (3.52% from 255 or 3.46% from 231); Blue value is 34 (13.67% from 255 or 14.72% from 231); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0822 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0822 is #42F7DD. Grayscale: #414141. Windows color (decimal): -4388830 or 2230461. OLE color: 2230461.

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

Color convert

RGB 189 8 34 -
CMYK 0 0.96 0.82 0.26
HSL 351.38º 0.92% 0.39% -
HSV(B) 351.38º 0.96% 0.74% -
XYZ 21.36 11.11 2.53 -
YUV 65.08 110.47 216.39 -
System Red Green Blue C M Y K H S L
Decimal 189 8 34 0 0.96 0.82 0.26 351.38 0.92 0.39
Hex BD 8 22 0 60 52 1A 15F 5C 27
Octal 275 10 42 0 140 122 32 537 134 47
Binary 10111101 1000 100010 0 1100000 1010010 11010 101011111 1011100 100111

Color Harmonies of #BD0822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0822

Black with #BD0822

Text Example


Text Example

White with #BD0822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0822; }

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

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

background-color css

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

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

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

border-color css

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

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

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