Html Css Color HEX #37151A Rustic Red

📋 copy color: '#37151A'

red 55 ◦ green 21 ◦ blue 26

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

Shades of Rustic Red #37151A

Tints of Rustic Red #37151A

RGB

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

 GREEN value IS 21 (8.59% from 255) = 20.59%

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

R = 53.92%
G = 20.59%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#37151A (or 0x37151A) is known color: Rustic Red. HEX triplet: 37, 15 and 1A. RGB value is (55,21,26). Sum of RGB (Red+Green+Blue) = 55+21+26=102 (13% of max value = 765). Red value is 55 (21.88% from 255 or 53.92% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 26 (10.55% from 255 or 25.49% from 102); Max value from RGB is 55 - color contains mainly: red. Hex color #37151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37151A is #C8EAE5. Grayscale: #1F1F1F. Windows color (decimal): -13167334 or 1709367. OLE color: 1709367.

HSL color Cylindrical-coordinate representation of color #37151A: hue angle of 351.18º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #37151A is Cyan = 0, Magento = 0.62, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 21 26 -
CMYK 0 0.62 0.53 0.78
HSL 351.18º 0.45% 0.15% -
HSV(B) 351.18º 0.62% 0.22% -
XYZ 2.03 1.42 1.14 -
YUV 31.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 55 21 26 0 0.62 0.53 0.78 351.18 0.45 0.15
Hex 37 15 1A 0 3E 35 4E 15F 2D F
Octal 67 25 32 0 76 65 116 537 55 17
Binary 110111 10101 11010 0 111110 110101 1001110 101011111 101101 1111

Color Harmonies of #37151A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37151A

Black with #37151A

Text Example


Text Example

White with #37151A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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