Html Css Color HEX #370204 Rustic Red

📋 copy color: '#370204'

red 55 ◦ green 2 ◦ blue 4

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

Shades of Rustic Red #370204

Tints of Rustic Red #370204

RGB

 RED value IS 55 (21.88% from 255) = 90.16%

 GREEN value IS 2 (1.17% from 255) = 3.28%

 BLUE value IS 4 (1.95% from 255) = 6.56%

R = 90.16%
G = 3.28%
B = 6.56%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.78

RGB Variations

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

Color information

#370204 (or 0x370204) is known color: Rustic Red. HEX triplet: 37, 02 and 04. RGB value is (55,2,4). Sum of RGB (Red+Green+Blue) = 55+2+4=61 (8% of max value = 765). Red value is 55 (21.88% from 255 or 90.16% from 61); Green value is 2 (1.17% from 255 or 3.28% from 61); Blue value is 4 (1.95% from 255 or 6.56% from 61); Max value from RGB is 55 - color contains mainly: red. Hex color #370204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370204 is #C8FDFB. Grayscale: #121212. Windows color (decimal): -13172220 or 262711. OLE color: 262711.

HSL color Cylindrical-coordinate representation of color #370204: hue angle of 357.74º 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 #370204 is Cyan = 0, Magento = 0.96, Yellow = 0.93 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 2 4 -
CMYK 0 0.96 0.93 0.78
HSL 357.74º 0.93% 0.11% -
HSV(B) 357.74º 0.96% 0.22% -
XYZ 1.62 0.86 0.2 -
YUV 18.08 120.06 154.34 -
System Red Green Blue C M Y K H S L
Decimal 55 2 4 0 0.96 0.93 0.78 357.74 0.93 0.11
Hex 37 2 4 0 60 5D 4E 166 5D B
Octal 67 2 4 0 140 135 116 546 135 13
Binary 110111 10 100 0 1100000 1011101 1001110 101100110 1011101 1011

Color Harmonies of #370204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370204

Black with #370204

Text Example


Text Example

White with #370204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370204; }

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

 H1.HeaderClassName
 {
   color: #370204;
 }
 .AnyTagClassName
 {
   color: #370204;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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