Html Css Color HEX #371018 Rustic Red

📋 copy color: '#371018'

red 55 ◦ green 16 ◦ blue 24

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

Shades of Rustic Red #371018

Tints of Rustic Red #371018

RGB

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

 GREEN value IS 16 (6.64% from 255) = 16.84%

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

R = 57.89%
G = 16.84%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#371018 (or 0x371018) is known color: Rustic Red. HEX triplet: 37, 10 and 18. RGB value is (55,16,24). Sum of RGB (Red+Green+Blue) = 55+16+24=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 16 (6.64% from 255 or 16.84% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #371018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371018 is #C8EFE7. Grayscale: #1C1C1C. Windows color (decimal): -13168616 or 1577015. OLE color: 1577015.

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

Color convert

RGB 55 16 24 -
CMYK 0 0.71 0.56 0.78
HSL 347.69º 0.55% 0.14% -
HSV(B) 347.69º 0.71% 0.22% -
XYZ 1.93 1.25 1 -
YUV 28.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 55 16 24 0 0.71 0.56 0.78 347.69 0.55 0.14
Hex 37 10 18 0 47 38 4E 15C 37 E
Octal 67 20 30 0 107 70 116 534 67 16
Binary 110111 10000 11000 0 1000111 111000 1001110 101011100 110111 1110

Color Harmonies of #371018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371018

Black with #371018

Text Example


Text Example

White with #371018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371018; }

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

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

background-color css

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

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

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

border-color css

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

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

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