#370203

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

Shades of Rustic Red #370203

Tints of Rustic Red #370203

Color information

#370203 (or 0x370203) is unknown color: approx Rustic Red. HEX triplet: 37, 02 and 03. RGB value is (55,2,3). Sum of RGB (Red+Green+Blue) = 55+2+3=60 (7% of max value = 765). Red value is 55 (21.88% from 255 or 91.67% from 60); Green value is 2 (1.17% from 255 or 3.33% from 60); Blue value is 3 (1.56% from 255 or 5% from 60); Max value from RGB is 55 - color contains mainly: red. Hex color #370203 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370203 is #C8FDFC. Grayscale: #121212. Windows color (decimal): -13172221 or 197175. OLE color: 197175.

HSL color Cylindrical-coordinate representation of color #370203: hue angle of 358.87º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #370203 is Cyan = 0, Magento = 0.96, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB5523-
CMYK00.960.950.78
HSL358.87º92.98%11.18%-
HSV(B)358.87º96.36%21.57%-
XYZ1.610.860.17-
YUV17.96119.56154.42-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 91.67%
GREEN value IS 2 (1.17% from 255) = 3.33%
BLUE value IS 3 (1.56% from 255) = 5%
R=91.67%
G=3.33%
B=5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.95
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal552300.960.950.78358.8792.9811.18
Hex37230605F4E1675db
Octal6723014013711654713513
Binary1101111011011000001011111100111010110011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #370203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #370203; }

 p { color: rgb(55,2,3); }

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

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

 a { background-color: rgb(55,2,3); }

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

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

 span { border-color: rgb(55,2,3); }

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