#BD0619

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

Shades of Venetian Red #BD0619

Tints of Venetian Red #BD0619

Color information

#BD0619 (or 0xBD0619) is unknown color: approx Venetian Red. HEX triplet: BD, 06 and 19. RGB value is (189,6,25). Sum of RGB (Red+Green+Blue) = 189+6+25=220 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.91% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0619 is #42F9E6. Grayscale: #3E3E3E. Windows color (decimal): -4389351 or 1640125. OLE color: 1640125.

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

Color convert

RGB189625-
CMYK00.970.870.26
HSL353.77º93.85%38.24%-
HSV(B)353.77º96.83%74.12%-
XYZ21.2311.021.93-
YUV62.88106.63217.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 85.91%
GREEN value IS 6 (2.73% from 255) = 2.73%
BLUE value IS 25 (10.16% from 255) = 11.36%
R=85.91%
G=2.73%
B=11.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18962500.970.870.26353.7793.8538.24
HexBD619061571A1625e26
Octal27563101411273254213646
Binary1011110111011001011000011010111110101011000101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0619; }

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

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

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

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

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

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

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

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