Html Css Color HEX #37181B Rustic Red

📋 copy color: '#37181B'

red 55 ◦ green 24 ◦ blue 27

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

Shades of Rustic Red #37181B

Tints of Rustic Red #37181B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 25.47%

R = 51.89%
G = 22.64%
B = 25.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#37181B (or 0x37181B) is known color: Rustic Red. HEX triplet: 37, 18 and 1B. RGB value is (55,24,27). Sum of RGB (Red+Green+Blue) = 55+24+27=106 (14% of max value = 765). Red value is 55 (21.88% from 255 or 51.89% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 27 (10.94% from 255 or 25.47% from 106); Max value from RGB is 55 - color contains mainly: red. Hex color #37181B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37181B is #C8E7E4. Grayscale: #212121. Windows color (decimal): -13166565 or 1775671. OLE color: 1775671.

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

Color convert

RGB 55 24 27 -
CMYK 0 0.56 0.51 0.78
HSL 354.19º 0.39% 0.15% -
HSV(B) 354.19º 0.56% 0.22% -
XYZ 2.1 1.54 1.22 -
YUV 33.61 124.27 143.26 -
System Red Green Blue C M Y K H S L
Decimal 55 24 27 0 0.56 0.51 0.78 354.19 0.39 0.15
Hex 37 18 1B 0 38 33 4E 162 27 F
Octal 67 30 33 0 70 63 116 542 47 17
Binary 110111 11000 11011 0 111000 110011 1001110 101100010 100111 1111

Color Harmonies of #37181B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37181B

Black with #37181B

Text Example


Text Example

White with #37181B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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