#951B03

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

Shades of Dark Red #951B03

Tints of Dark Red #951B03

Color information

#951B03 (or 0x951B03) is unknown color: approx Dark Red. HEX triplet: 95, 1B and 03. RGB value is (149,27,3). Sum of RGB (Red+Green+Blue) = 149+27+3=179 (23% of max value = 765). Red value is 149 (58.59% from 255 or 83.24% from 179); Green value is 27 (10.94% from 255 or 15.08% from 179); Blue value is 3 (1.56% from 255 or 1.68% from 179); Max value from RGB is 149 - color contains mainly: red. Hex color #951B03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #951B03 is #6AE4FC. Grayscale: #3C3C3C. Windows color (decimal): -7005437 or 203669. OLE color: 203669.

HSL color Cylindrical-coordinate representation of color #951B03: hue angle of 9.86º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #951B03 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.42.

Color convert

RGB149273-
CMYK00.820.980.42
HSL9.86º96.05%29.8%-
HSV(B)9.86º97.99%58.43%-
XYZ12.87.180.8-
YUV60.7495.42190.95-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 83.24%
GREEN value IS 27 (10.94% from 255) = 15.08%
BLUE value IS 3 (1.56% from 255) = 1.68%
R=83.24%
G=15.08%
B=1.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.98
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14927300.820.980.429.8696.0529.8
Hex951B3052622Aa601e
Octal2253330122142521214036
Binary1001010111011110101001011000101010101010110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951B03; }

 p { color: rgb(149,27,3); }

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

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

 a { background-color: rgb(149,27,3); }

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

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

 span { border-color: rgb(149,27,3); }

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