Html Css Color HEX #37181A Rustic Red

📋 copy color: '#37181A'

red 55 ◦ green 24 ◦ blue 26

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

Shades of Rustic Red #37181A

Tints of Rustic Red #37181A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 24.76%

R = 52.38%
G = 22.86%
B = 24.76%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37181A (or 0x37181A) is known color: Rustic Red. HEX triplet: 37, 18 and 1A. RGB value is (55,24,26). Sum of RGB (Red+Green+Blue) = 55+24+26=105 (13% of max value = 765). Red value is 55 (21.88% from 255 or 52.38% from 105); Green value is 24 (9.77% from 255 or 22.86% from 105); Blue value is 26 (10.55% from 255 or 24.76% from 105); Max value from RGB is 55 - color contains mainly: red. Hex color #37181A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37181A is #C8E7E5. Grayscale: #212121. Windows color (decimal): -13166566 or 1710135. OLE color: 1710135.

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

Color convert

RGB 55 24 26 -
CMYK 0 0.56 0.53 0.78
HSL 356.13º 0.39% 0.15% -
HSV(B) 356.13º 0.56% 0.22% -
XYZ 2.09 1.54 1.16 -
YUV 33.5 123.77 143.34 -
System Red Green Blue C M Y K H S L
Decimal 55 24 26 0 0.56 0.53 0.78 356.13 0.39 0.15
Hex 37 18 1A 0 38 35 4E 164 27 F
Octal 67 30 32 0 70 65 116 544 47 17
Binary 110111 11000 11010 0 111000 110101 1001110 101100100 100111 1111

Color Harmonies of #37181A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37181A

Black with #37181A

Text Example


Text Example

White with #37181A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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