Html Css Color HEX #370D1B Rustic Red

📋 copy color: '#370D1B'

red 55 ◦ green 13 ◦ blue 27

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

Shades of Rustic Red #370D1B

Tints of Rustic Red #370D1B

RGB

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

 GREEN value IS 13 (5.47% from 255) = 13.68%

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

R = 57.89%
G = 13.68%
B = 28.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.51

 K value IS 0.78

RGB Variations

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

Color information

#370D1B (or 0x370D1B) is known color: Rustic Red. HEX triplet: 37, 0D and 1B. RGB value is (55,13,27). Sum of RGB (Red+Green+Blue) = 55+13+27=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 13 (5.47% from 255 or 13.68% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370D1B is #C8F2E4. Grayscale: #1B1B1B. Windows color (decimal): -13169381 or 1772855. OLE color: 1772855.

HSL color Cylindrical-coordinate representation of color #370D1B: hue angle of 340º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #370D1B is Cyan = 0, Magento = 0.76, Yellow = 0.51 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 13 27 -
CMYK 0 0.76 0.51 0.78
HSL 340º 0.62% 0.13% -
HSV(B) 340º 0.76% 0.22% -
XYZ 1.92 1.18 1.16 -
YUV 27.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 55 13 27 0 0.76 0.51 0.78 340 0.62 0.13
Hex 37 D 1B 0 4C 33 4E 154 3E D
Octal 67 15 33 0 114 63 116 524 76 15
Binary 110111 1101 11011 0 1001100 110011 1001110 101010100 111110 1101

Color Harmonies of #370D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370D1B

Black with #370D1B

Text Example


Text Example

White with #370D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370D1B; }

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

 H1.HeaderClassName
 {
   color: #370D1B;
 }
 .AnyTagClassName
 {
   color: #370D1B;
 }
</style>

background-color css

<style>
 a { background-color: #370D1B; }

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

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

border-color css

<style>
 span { border-color: #370D1B; }

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

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