Html Css Color HEX #BD0722 Venetian Red

📋 copy color: '#BD0722'

red 189 ◦ green 7 ◦ blue 34

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

Shades of Venetian Red #BD0722

Tints of Venetian Red #BD0722

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.04%

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

R = 82.17%
G = 3.04%
B = 14.78%

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

#BD0722 (or 0xBD0722) is known color: Venetian Red. HEX triplet: BD, 07 and 22. RGB value is (189,7,34). Sum of RGB (Red+Green+Blue) = 189+7+34=230 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.17% from 230); Green value is 7 (3.12% from 255 or 3.04% from 230); Blue value is 34 (13.67% from 255 or 14.78% from 230); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0722 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0722 is #42F8DD. Grayscale: #404040. Windows color (decimal): -4389086 or 2230205. OLE color: 2230205.

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

Color convert

RGB 189 7 34 -
CMYK 0 0.96 0.82 0.26
HSL 351.1º 0.93% 0.38% -
HSV(B) 351.1º 0.96% 0.74% -
XYZ 21.35 11.09 2.53 -
YUV 64.5 110.8 216.8 -
System Red Green Blue C M Y K H S L
Decimal 189 7 34 0 0.96 0.82 0.26 351.1 0.93 0.38
Hex BD 7 22 0 60 52 1A 15F 5D 26
Octal 275 7 42 0 140 122 32 537 135 46
Binary 10111101 111 100010 0 1100000 1010010 11010 101011111 1011101 100110

Color Harmonies of #BD0722

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD0722

Black with #BD0722

Text Example


Text Example

White with #BD0722

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD0722; }

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

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

background-color css

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

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

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

border-color css

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

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

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