#BD031C

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

Shades of Venetian Red #BD031C

Tints of Venetian Red #BD031C

Color information

#BD031C (or 0xBD031C) is unknown color: approx Venetian Red. HEX triplet: BD, 03 and 1C. RGB value is (189,3,28). Sum of RGB (Red+Green+Blue) = 189+3+28=220 (29% of max value = 765). Red value is 189 (74.22% from 255 or 85.91% from 220); Green value is 3 (1.56% from 255 or 1.36% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 189 - color contains mainly: red. Hex color #BD031C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BD031C is #42FCE3. Grayscale: #3D3D3D. Windows color (decimal): -4390116 or 1835965. OLE color: 1835965.

HSL color Cylindrical-coordinate representation of color #BD031C: hue angle of 351.94º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BD031C is Cyan = 0, Magento = 0.98, Yellow = 0.85 and Black (K on CMYK) = 0.26.

Color convert

RGB189328-
CMYK00.980.850.26
HSL351.94º96.88%37.65%-
HSV(B)351.94º98.41%74.12%-
XYZ21.2310.972.1-
YUV61.46109.12218.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 85.91%
GREEN value IS 3 (1.56% from 255) = 1.36%
BLUE value IS 28 (11.33% from 255) = 12.73%
R=85.91%
G=1.36%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.85
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18932800.980.850.26351.9496.8837.65
HexBD31C062551A1606126
Octal27533401421253254014146
Binary101111011111100011000101010101110101011000001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD031C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD031C; }

 p { color: rgb(189,3,28); }

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

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

 a { background-color: rgb(189,3,28); }

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

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

 span { border-color: rgb(189,3,28); }

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