#BD001F

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

Shades of Venetian Red #BD001F

Tints of Venetian Red #BD001F

Color information

#BD001F (or 0xBD001F) is unknown color: approx Venetian Red. HEX triplet: BD, 00 and 1F. RGB value is (189,0,31). Sum of RGB (Red+Green+Blue) = 189+0+31=220 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.91% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 31 (12.5% from 255 or 14.09% from 220); Max value from RGB is 189 - color contains mainly: red. Hex color #BD001F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD001F is #42FFE0. Grayscale: #3C3C3C. Windows color (decimal): -4390881 or 2031805. OLE color: 2031805.

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

Color convert

RGB189031-
CMYK010.840.26
HSL350.16º100%37.06%-
HSV(B)350.16º100%74.12%-
XYZ21.2310.922.28-
YUV60.04111.62219.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 85.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 31 (12.5% from 255) = 14.09%
R=85.91%
G=0%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189031010.840.26350.1610037.06
HexBD01F064541A15e6425
Octal27503701441243253614445
Binary10111101011111011001001010100110101010111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD001F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD001F; }

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

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

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

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

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

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

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

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