#BD030F

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

Shades of Venetian Red #BD030F

Tints of Venetian Red #BD030F

Color information

#BD030F (or 0xBD030F) is unknown color: approx Venetian Red. HEX triplet: BD, 03 and 0F. RGB value is (189,3,15). Sum of RGB (Red+Green+Blue) = 189+3+15=207 (27% of max value = 765). Red value is 189 (74.22% from 255 or 91.30% from 207); Green value is 3 (1.56% from 255 or 1.45% from 207); Blue value is 15 (6.25% from 255 or 7.25% from 207); Max value from RGB is 189 - color contains mainly: red. Hex color #BD030F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BD030F is #42FCF0. Grayscale: #3C3C3C. Windows color (decimal): -4390129 or 983997. OLE color: 983997.

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

Color convert

RGB189315-
CMYK00.980.920.26
HSL356.13º96.88%37.65%-
HSV(B)356.13º98.41%74.12%-
XYZ21.1110.921.45-
YUV59.98102.62220.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 91.30%
GREEN value IS 3 (1.56% from 255) = 1.45%
BLUE value IS 15 (6.25% from 255) = 7.25%
R=91.30%
G=1.45%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.92
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18931500.980.920.26356.1396.8837.65
HexBD3F0625C1A1646126
Octal27531701421343254414146
Binary10111101111111011000101011100110101011001001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD030F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD030F; }

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

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

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

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

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

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

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

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