Html Css Color HEX #37121C Rustic Red

📋 copy color: '#37121C'

red 55 ◦ green 18 ◦ blue 28

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

Shades of Rustic Red #37121C

Tints of Rustic Red #37121C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.82%

 BLUE value IS 28 (11.33% from 255) = 27.72%

R = 54.46%
G = 17.82%
B = 27.72%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#37121C (or 0x37121C) is known color: Rustic Red. HEX triplet: 37, 12 and 1C. RGB value is (55,18,28). Sum of RGB (Red+Green+Blue) = 55+18+28=101 (13% of max value = 765). Red value is 55 (21.88% from 255 or 54.46% from 101); Green value is 18 (7.42% from 255 or 17.82% from 101); Blue value is 28 (11.33% from 255 or 27.72% from 101); Max value from RGB is 55 - color contains mainly: red. Hex color #37121C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37121C is #C8EDE3. Grayscale: #1E1E1E. Windows color (decimal): -13168100 or 1839671. OLE color: 1839671.

HSL color Cylindrical-coordinate representation of color #37121C: hue angle of 343.78º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #37121C is Cyan = 0, Magento = 0.67, Yellow = 0.49 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 18 28 -
CMYK 0 0.67 0.49 0.78
HSL 343.78º 0.51% 0.14% -
HSV(B) 343.78º 0.67% 0.22% -
XYZ 2 1.33 1.25 -
YUV 30.2 126.76 145.69 -
System Red Green Blue C M Y K H S L
Decimal 55 18 28 0 0.67 0.49 0.78 343.78 0.51 0.14
Hex 37 12 1C 0 43 31 4E 158 33 E
Octal 67 22 34 0 103 61 116 530 63 16
Binary 110111 10010 11100 0 1000011 110001 1001110 101011000 110011 1110

Color Harmonies of #37121C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37121C

Black with #37121C

Text Example


Text Example

White with #37121C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37121C; }

 p { color: rgb(55,18,28); }

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

background-color css

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

 a { background-color: rgb(55,18,28); }

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

border-color css

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

 span { border-color: rgb(55,18,28); }

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