#BD001E

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

Shades of Venetian Red #BD001E

Tints of Venetian Red #BD001E

Color information

#BD001E (or 0xBD001E) is unknown color: approx Venetian Red. HEX triplet: BD, 00 and 1E. RGB value is (189,0,30). Sum of RGB (Red+Green+Blue) = 189+0+30=219 (29% of max value = 765). Red value is 189 (74.22% from 255 or 86.30% from 219); Green value is 0 (0.39% from 255 or 0% from 219); Blue value is 30 (12.11% from 255 or 13.70% from 219); Max value from RGB is 189 - color contains mainly: red. Hex color #BD001E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD001E is #42FFE1. Grayscale: #3B3B3B. Windows color (decimal): -4390882 or 1966269. OLE color: 1966269.

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

Color convert

RGB189030-
CMYK010.840.26
HSL350.48º100%37.06%-
HSV(B)350.48º100%74.12%-
XYZ21.2210.912.22-
YUV59.93111.12220.06-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 86.30%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 30 (12.11% from 255) = 13.70%
R=86.30%
G=0%
B=13.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189030010.840.26350.4810037.06
HexBD01E064541A15e6425
Octal27503601441243253614445
Binary10111101011110011001001010100110101010111101100100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD001E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD001E; }

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

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

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

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

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

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

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

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