Html Css Color HEX #37111C Rustic Red

📋 copy color: '#37111C'

red 55 ◦ green 17 ◦ blue 28

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

Shades of Rustic Red #37111C

Tints of Rustic Red #37111C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 17%

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

R = 55%
G = 17%
B = 28%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.78

RGB Variations

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

Color information

#37111C (or 0x37111C) is known color: Rustic Red. HEX triplet: 37, 11 and 1C. RGB value is (55,17,28). Sum of RGB (Red+Green+Blue) = 55+17+28=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 17 (7.03% from 255 or 17% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #37111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37111C is #C8EEE3. Grayscale: #1D1D1D. Windows color (decimal): -13168356 or 1839415. OLE color: 1839415.

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

Color convert

RGB 55 17 28 -
CMYK 0 0.69 0.49 0.78
HSL 342.63º 0.53% 0.14% -
HSV(B) 342.63º 0.69% 0.22% -
XYZ 1.99 1.3 1.24 -
YUV 29.62 127.09 146.11 -
System Red Green Blue C M Y K H S L
Decimal 55 17 28 0 0.69 0.49 0.78 342.63 0.53 0.14
Hex 37 11 1C 0 45 31 4E 157 35 E
Octal 67 21 34 0 105 61 116 527 65 16
Binary 110111 10001 11100 0 1000101 110001 1001110 101010111 110101 1110

Color Harmonies of #37111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37111C

Black with #37111C

Text Example


Text Example

White with #37111C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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