Html Css Color HEX #370410 Rustic Red

📋 copy color: '#370410'

red 55 ◦ green 4 ◦ blue 16

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

Shades of Rustic Red #370410

Tints of Rustic Red #370410

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.33%

 BLUE value IS 16 (6.64% from 255) = 21.33%

R = 73.33%
G = 5.33%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#370410 (or 0x370410) is known color: Rustic Red. HEX triplet: 37, 04 and 10. RGB value is (55,4,16). Sum of RGB (Red+Green+Blue) = 55+4+16=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 4 (1.95% from 255 or 5.33% from 75); Blue value is 16 (6.64% from 255 or 21.33% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #370410 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370410 is #C8FBEF. Grayscale: #141414. Windows color (decimal): -13171696 or 1049655. OLE color: 1049655.

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

Color convert

RGB 55 4 16 -
CMYK 0 0.93 0.71 0.78
HSL 345.88º 0.86% 0.12% -
HSV(B) 345.88º 0.93% 0.22% -
XYZ 1.71 0.94 0.58 -
YUV 20.62 125.4 152.52 -
System Red Green Blue C M Y K H S L
Decimal 55 4 16 0 0.93 0.71 0.78 345.88 0.86 0.12
Hex 37 4 10 0 5D 47 4E 15A 56 C
Octal 67 4 20 0 135 107 116 532 126 14
Binary 110111 100 10000 0 1011101 1000111 1001110 101011010 1010110 1100

Color Harmonies of #370410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370410

Black with #370410

Text Example


Text Example

White with #370410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370410; }

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

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

background-color css

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

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

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

border-color css

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

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

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