Html Css Color HEX #370918 Rustic Red

📋 copy color: '#370918'

red 55 ◦ green 9 ◦ blue 24

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

Shades of Rustic Red #370918

Tints of Rustic Red #370918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.23%

 BLUE value IS 24 (9.77% from 255) = 27.27%

R = 62.5%
G = 10.23%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#370918 (or 0x370918) is known color: Rustic Red. HEX triplet: 37, 09 and 18. RGB value is (55,9,24). Sum of RGB (Red+Green+Blue) = 55+9+24=88 (11% of max value = 765). Red value is 55 (21.88% from 255 or 62.5% from 88); Green value is 9 (3.91% from 255 or 10.23% from 88); Blue value is 24 (9.77% from 255 or 27.27% from 88); Max value from RGB is 55 - color contains mainly: red. Hex color #370918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370918 is #C8F6E7. Grayscale: #181818. Windows color (decimal): -13170408 or 1575223. OLE color: 1575223.

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

Color convert

RGB 55 9 24 -
CMYK 0 0.84 0.56 0.78
HSL 340.43º 0.72% 0.13% -
HSV(B) 340.43º 0.84% 0.22% -
XYZ 1.84 1.07 0.97 -
YUV 24.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 55 9 24 0 0.84 0.56 0.78 340.43 0.72 0.13
Hex 37 9 18 0 54 38 4E 154 48 D
Octal 67 11 30 0 124 70 116 524 110 15
Binary 110111 1001 11000 0 1010100 111000 1001110 101010100 1001000 1101

Color Harmonies of #370918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370918

Black with #370918

Text Example


Text Example

White with #370918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370918; }

 p { color: rgb(55,9,24); }

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

background-color css

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

 a { background-color: rgb(55,9,24); }

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

border-color css

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

 span { border-color: rgb(55,9,24); }

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