Html Css Color HEX #370205 Rustic Red

📋 copy color: '#370205'

red 55 ◦ green 2 ◦ blue 5

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

Shades of Rustic Red #370205

Tints of Rustic Red #370205

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 8.06%

R = 88.71%
G = 3.23%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#370205 (or 0x370205) is known color: Rustic Red. HEX triplet: 37, 02 and 05. RGB value is (55,2,5). Sum of RGB (Red+Green+Blue) = 55+2+5=62 (8% of max value = 765). Red value is 55 (21.88% from 255 or 88.71% from 62); Green value is 2 (1.17% from 255 or 3.23% from 62); Blue value is 5 (2.34% from 255 or 8.06% from 62); Max value from RGB is 55 - color contains mainly: red. Hex color #370205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370205 is #C8FDFA. Grayscale: #121212. Windows color (decimal): -13172219 or 328247. OLE color: 328247.

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

Color convert

RGB 55 2 5 -
CMYK 0 0.96 0.91 0.78
HSL 356.6º 0.93% 0.11% -
HSV(B) 356.6º 0.96% 0.22% -
XYZ 1.62 0.87 0.23 -
YUV 18.19 120.56 154.26 -
System Red Green Blue C M Y K H S L
Decimal 55 2 5 0 0.96 0.91 0.78 356.6 0.93 0.11
Hex 37 2 5 0 60 5B 4E 165 5D B
Octal 67 2 5 0 140 133 116 545 135 13
Binary 110111 10 101 0 1100000 1011011 1001110 101100101 1011101 1011

Color Harmonies of #370205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370205

Black with #370205

Text Example


Text Example

White with #370205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370205; }

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

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

background-color css

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

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

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

border-color css

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

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

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