Html Css Color HEX #370203 Rustic Red

📋 copy color: '#370203'

red 55 ◦ green 2 ◦ blue 3

#370203
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rustic Red #370203

Tints of Rustic Red #370203

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 value IS 0

 M value IS 0.96

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#370203 (or 0x370203) is known color: 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

RGB 55 2 3 -
CMYK 0 0.96 0.95 0.78
HSL 358.87º 0.93% 0.11% -
HSV(B) 358.87º 0.96% 0.22% -
XYZ 1.61 0.86 0.17 -
YUV 17.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 55 2 3 0 0.96 0.95 0.78 358.87 0.93 0.11
Hex 37 2 3 0 60 5F 4E 167 5D B
Octal 67 2 3 0 140 137 116 547 135 13
Binary 110111 10 11 0 1100000 1011111 1001110 101100111 1011101 1011

Color Harmonies of #370203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370203

Black with #370203

Text Example


Text Example

White with #370203

Text Example


Text Example

HTML Codes & Css Web 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>