Html Css Color HEX #370618 Rustic Red

📋 copy color: '#370618'

red 55 ◦ green 6 ◦ blue 24

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

Shades of Rustic Red #370618

Tints of Rustic Red #370618

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.06%

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

R = 64.71%
G = 7.06%
B = 28.24%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#370618 (or 0x370618) is known color: Rustic Red. HEX triplet: 37, 06 and 18. RGB value is (55,6,24). Sum of RGB (Red+Green+Blue) = 55+6+24=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 6 (2.73% from 255 or 7.06% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #370618 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370618 is #C8F9E7. Grayscale: #161616. Windows color (decimal): -13171176 or 1574455. OLE color: 1574455.

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

Color convert

RGB 55 6 24 -
CMYK 0 0.89 0.56 0.78
HSL 337.96º 0.8% 0.12% -
HSV(B) 337.96º 0.89% 0.22% -
XYZ 1.81 1.01 0.96 -
YUV 22.7 128.73 151.04 -
System Red Green Blue C M Y K H S L
Decimal 55 6 24 0 0.89 0.56 0.78 337.96 0.8 0.12
Hex 37 6 18 0 59 38 4E 152 50 C
Octal 67 6 30 0 131 70 116 522 120 14
Binary 110111 110 11000 0 1011001 111000 1001110 101010010 1010000 1100

Color Harmonies of #370618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370618

Black with #370618

Text Example


Text Example

White with #370618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370618; }

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

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

background-color css

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

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

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

border-color css

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

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

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