Html Css Color HEX #370C19 Rustic Red

📋 copy color: '#370C19'

red 55 ◦ green 12 ◦ blue 25

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

Shades of Rustic Red #370C19

Tints of Rustic Red #370C19

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.04%

 BLUE value IS 25 (10.16% from 255) = 27.17%

R = 59.78%
G = 13.04%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#370C19 (or 0x370C19) is known color: Rustic Red. HEX triplet: 37, 0C and 19. RGB value is (55,12,25). Sum of RGB (Red+Green+Blue) = 55+12+25=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 12 (5.08% from 255 or 13.04% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #370C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370C19 is #C8F3E6. Grayscale: #1A1A1A. Windows color (decimal): -13169639 or 1641527. OLE color: 1641527.

HSL color Cylindrical-coordinate representation of color #370C19: hue angle of 341.86º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #370C19 is Cyan = 0, Magento = 0.78, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 12 25 -
CMYK 0 0.78 0.55 0.78
HSL 341.86º 0.64% 0.13% -
HSV(B) 341.86º 0.78% 0.22% -
XYZ 1.88 1.15 1.04 -
YUV 26.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 55 12 25 0 0.78 0.55 0.78 341.86 0.64 0.13
Hex 37 C 19 0 4E 37 4E 156 40 D
Octal 67 14 31 0 116 67 116 526 100 15
Binary 110111 1100 11001 0 1001110 110111 1001110 101010110 1000000 1101

Color Harmonies of #370C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370C19

Black with #370C19

Text Example


Text Example

White with #370C19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370C19; }

 p { color: rgb(55,12,25); }

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

background-color css

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

 a { background-color: rgb(55,12,25); }

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

border-color css

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

 span { border-color: rgb(55,12,25); }

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