#360003

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

Shades of Rustic Red #360003

Tints of Rustic Red #360003

Color information

#360003 (or 0x360003) is unknown color: approx Rustic Red. HEX triplet: 36, 00 and 03. RGB value is (54,0,3). Sum of RGB (Red+Green+Blue) = 54+0+3=57 (7% of max value = 765). Red value is 54 (21.48% from 255 or 94.74% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 3 (1.56% from 255 or 5.26% from 57); Max value from RGB is 54 - color contains mainly: red. Hex color #360003 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #360003 is #C9FFFC. Grayscale: #101010. Windows color (decimal): -13238269 or 196662. OLE color: 196662.

HSL color Cylindrical-coordinate representation of color #360003: hue angle of 356.67º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #360003 is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.79.

Color convert

RGB5403-
CMYK010.940.79
HSL356.67º100%10.59%-
HSV(B)356.67º100%21.18%-
XYZ1.540.790.16-
YUV16.49120.39154.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 94.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 3 (1.56% from 255) = 5.26%
R=94.74%
G=0%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5403010.940.79356.6710010.59
Hex36030645E4F16564b
Octal6603014413611754514413
Binary110110011011001001011110100111110110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #360003

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #360003; }

 p { color: rgb(54,0,3); }

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

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

 a { background-color: rgb(54,0,3); }

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

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

 span { border-color: rgb(54,0,3); }

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