Html Css Color HEX #37111B Rustic Red

📋 copy color: '#37111B'

red 55 ◦ green 17 ◦ blue 27

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

Shades of Rustic Red #37111B

Tints of Rustic Red #37111B

RGB

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

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

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

R = 55.56%
G = 17.17%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#37111B (or 0x37111B) is known color: Rustic Red. HEX triplet: 37, 11 and 1B. RGB value is (55,17,27). Sum of RGB (Red+Green+Blue) = 55+17+27=99 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55.56% from 99); Green value is 17 (7.03% from 255 or 17.17% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 55 - color contains mainly: red. Hex color #37111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #37111B is #C8EEE4. Grayscale: #1D1D1D. Windows color (decimal): -13168357 or 1773879. OLE color: 1773879.

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

Color convert

RGB 55 17 27 -
CMYK 0 0.69 0.51 0.78
HSL 344.21º 0.53% 0.14% -
HSV(B) 344.21º 0.69% 0.22% -
XYZ 1.97 1.29 1.18 -
YUV 29.5 126.59 146.19 -
System Red Green Blue C M Y K H S L
Decimal 55 17 27 0 0.69 0.51 0.78 344.21 0.53 0.14
Hex 37 11 1B 0 45 33 4E 158 35 E
Octal 67 21 33 0 105 63 116 530 65 16
Binary 110111 10001 11011 0 1000101 110011 1001110 101011000 110101 1110

Color Harmonies of #37111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37111B

Black with #37111B

Text Example


Text Example

White with #37111B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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