Html Css Color HEX #37181D Rustic Red

📋 copy color: '#37181D'

red 55 ◦ green 24 ◦ blue 29

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

Shades of Rustic Red #37181D

Tints of Rustic Red #37181D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.22%

 BLUE value IS 29 (11.72% from 255) = 26.85%

R = 50.93%
G = 22.22%
B = 26.85%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.78

RGB Variations

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

Color information

#37181D (or 0x37181D) is known color: Rustic Red. HEX triplet: 37, 18 and 1D. RGB value is (55,24,29). Sum of RGB (Red+Green+Blue) = 55+24+29=108 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.93% from 108); Green value is 24 (9.77% from 255 or 22.22% from 108); Blue value is 29 (11.72% from 255 or 26.85% from 108); Max value from RGB is 55 - color contains mainly: red. Hex color #37181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37181D is #C8E7E2. Grayscale: #212121. Windows color (decimal): -13166563 or 1906743. OLE color: 1906743.

HSL color Cylindrical-coordinate representation of color #37181D: hue angle of 350.32º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #37181D is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 24 29 -
CMYK 0 0.56 0.47 0.78
HSL 350.32º 0.39% 0.15% -
HSV(B) 350.32º 0.56% 0.22% -
XYZ 2.12 1.55 1.35 -
YUV 33.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 55 24 29 0 0.56 0.47 0.78 350.32 0.39 0.15
Hex 37 18 1D 0 38 2F 4E 15E 27 F
Octal 67 30 35 0 70 57 116 536 47 17
Binary 110111 11000 11101 0 111000 101111 1001110 101011110 100111 1111

Color Harmonies of #37181D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37181D

Black with #37181D

Text Example


Text Example

White with #37181D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37181D; }

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

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

background-color css

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

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

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

border-color css

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

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

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