Html Css Color HEX #37181E Rustic Red

📋 copy color: '#37181E'

red 55 ◦ green 24 ◦ blue 30

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

Shades of Rustic Red #37181E

Tints of Rustic Red #37181E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 27.52%

R = 50.46%
G = 22.02%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.78

RGB Variations

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

Color information

#37181E (or 0x37181E) is known color: Rustic Red. HEX triplet: 37, 18 and 1E. RGB value is (55,24,30). Sum of RGB (Red+Green+Blue) = 55+24+30=109 (14% of max value = 765). Red value is 55 (21.88% from 255 or 50.46% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 30 (12.11% from 255 or 27.52% from 109); Max value from RGB is 55 - color contains mainly: red. Hex color #37181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37181E is #C8E7E1. Grayscale: #212121. Windows color (decimal): -13166562 or 1972279. OLE color: 1972279.

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

Color convert

RGB 55 24 30 -
CMYK 0 0.56 0.45 0.78
HSL 348.39º 0.39% 0.15% -
HSV(B) 348.39º 0.56% 0.22% -
XYZ 2.14 1.56 1.42 -
YUV 33.95 125.77 143.01 -
System Red Green Blue C M Y K H S L
Decimal 55 24 30 0 0.56 0.45 0.78 348.39 0.39 0.15
Hex 37 18 1E 0 38 2D 4E 15C 27 F
Octal 67 30 36 0 70 55 116 534 47 17
Binary 110111 11000 11110 0 111000 101101 1001110 101011100 100111 1111

Color Harmonies of #37181E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37181E

Black with #37181E

Text Example


Text Example

White with #37181E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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