#BD0622

Color #BD0622 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #BD0622

Tints of Venetian Red #BD0622

Color information

#BD0622 (or 0xBD0622) is unknown color: approx Venetian Red. HEX triplet: BD, 06 and 22. RGB value is (189,6,34). Sum of RGB (Red+Green+Blue) = 189+6+34=229 (30% of max value = 765). Red value is 189 (74.22% from 255 or 82.53% from 229); Green value is 6 (2.73% from 255 or 2.62% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0622 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD0622 is #42F9DD. Grayscale: #3F3F3F. Windows color (decimal): -4389342 or 2229949. OLE color: 2229949.

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

Color convert

RGB189634-
CMYK00.970.820.26
HSL350.82º93.85%38.24%-
HSV(B)350.82º96.83%74.12%-
XYZ21.3411.062.52-
YUV63.91111.13217.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 82.53%
GREEN value IS 6 (2.73% from 255) = 2.62%
BLUE value IS 34 (13.67% from 255) = 14.85%
R=82.53%
G=2.62%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18963400.970.820.26350.8293.8538.24
HexBD622061521A15f5e26
Octal27564201411223253713646
Binary10111101110100010011000011010010110101010111111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0622; }

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

 H1.HeaderClassName
 {
   color: #BD0622;
 }
 .AnyTagClassName
 {
   color: #BD0622;
 }
</style>
background-color css

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

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

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

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

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

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