#BD0019

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

Shades of Venetian Red #BD0019

Tints of Venetian Red #BD0019

Color information

#BD0019 (or 0xBD0019) is unknown color: approx Venetian Red. HEX triplet: BD, 00 and 19. RGB value is (189,0,25). Sum of RGB (Red+Green+Blue) = 189+0+25=214 (28% of max value = 765). Red value is 189 (74.22% from 255 or 88.32% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 25 (10.16% from 255 or 11.68% from 214); Max value from RGB is 189 - color contains mainly: red. Hex color #BD0019 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD0019 is #42FFE6. Grayscale: #3B3B3B. Windows color (decimal): -4390887 or 1638589. OLE color: 1638589.

HSL color Cylindrical-coordinate representation of color #BD0019: hue angle of 352.06º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BD0019 is Cyan = 0, Magento = 1, Yellow = 0.87 and Black (K on CMYK) = 0.26.

Color convert

RGB189025-
CMYK010.870.26
HSL352.06º100%37.06%-
HSV(B)352.06º100%74.12%-
XYZ21.1610.891.91-
YUV59.36108.62220.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 88.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 25 (10.16% from 255) = 11.68%
R=88.32%
G=0%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.87
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189025010.870.26352.0610037.06
HexBD019064571A1606425
Octal27503101441273254014445
Binary10111101011001011001001010111110101011000001100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD0019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD0019; }

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

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

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

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

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

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

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

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