Html Css Color HEX #37121A Rustic Red

📋 copy color: '#37121A'

red 55 ◦ green 18 ◦ blue 26

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

Shades of Rustic Red #37121A

Tints of Rustic Red #37121A

RGB

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

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

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

R = 55.56%
G = 18.18%
B = 26.26%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37121A (or 0x37121A) is known color: Rustic Red. HEX triplet: 37, 12 and 1A. RGB value is (55,18,26). Sum of RGB (Red+Green+Blue) = 55+18+26=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 18 (7.42% from 255 or 18.18% from 99); Blue value is 26 (10.55% from 255 or 26.26% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #37121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37121A is #C8EDE5. Grayscale: #1D1D1D. Windows color (decimal): -13168102 or 1708599. OLE color: 1708599.

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

Color convert

RGB 55 18 26 -
CMYK 0 0.67 0.53 0.78
HSL 347.03º 0.51% 0.14% -
HSV(B) 347.03º 0.67% 0.22% -
XYZ 1.98 1.32 1.13 -
YUV 29.98 125.76 145.85 -
System Red Green Blue C M Y K H S L
Decimal 55 18 26 0 0.67 0.53 0.78 347.03 0.51 0.14
Hex 37 12 1A 0 43 35 4E 15B 33 E
Octal 67 22 32 0 103 65 116 533 63 16
Binary 110111 10010 11010 0 1000011 110101 1001110 101011011 110011 1110

Color Harmonies of #37121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37121A

Black with #37121A

Text Example


Text Example

White with #37121A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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