Html Css Color HEX #370418 Rustic Red

📋 copy color: '#370418'

red 55 ◦ green 4 ◦ blue 24

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

Shades of Rustic Red #370418

Tints of Rustic Red #370418

RGB

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

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

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

R = 66.27%
G = 4.82%
B = 28.92%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#370418 (or 0x370418) is known color: Rustic Red. HEX triplet: 37, 04 and 18. RGB value is (55,4,24). Sum of RGB (Red+Green+Blue) = 55+4+24=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 24 (9.77% from 255 or 28.92% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #370418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370418 is #C8FBE7. Grayscale: #151515. Windows color (decimal): -13171688 or 1573943. OLE color: 1573943.

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

Color convert

RGB 55 4 24 -
CMYK 0 0.93 0.56 0.78
HSL 336.47º 0.86% 0.12% -
HSV(B) 336.47º 0.93% 0.22% -
XYZ 1.78 0.97 0.96 -
YUV 21.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 55 4 24 0 0.93 0.56 0.78 336.47 0.86 0.12
Hex 37 4 18 0 5D 38 4E 150 56 C
Octal 67 4 30 0 135 70 116 520 126 14
Binary 110111 100 11000 0 1011101 111000 1001110 101010000 1010110 1100

Color Harmonies of #370418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370418

Black with #370418

Text Example


Text Example

White with #370418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370418; }

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

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

background-color css

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

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

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

border-color css

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

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

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