Html Css Color HEX #370B12 Rustic Red

📋 copy color: '#370B12'

red 55 ◦ green 11 ◦ blue 18

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

Shades of Rustic Red #370B12

Tints of Rustic Red #370B12

RGB

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

 GREEN value IS 11 (4.69% from 255) = 13.1%

 BLUE value IS 18 (7.42% from 255) = 21.43%

R = 65.48%
G = 13.1%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#370B12 (or 0x370B12) is known color: Rustic Red. HEX triplet: 37, 0B and 12. RGB value is (55,11,18). Sum of RGB (Red+Green+Blue) = 55+11+18=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 11 (4.69% from 255 or 13.10% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #370B12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370B12 is #C8F4ED. Grayscale: #181818. Windows color (decimal): -13169902 or 1182519. OLE color: 1182519.

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

Color convert

RGB 55 11 18 -
CMYK 0 0.8 0.67 0.78
HSL 350.45º 0.67% 0.13% -
HSV(B) 350.45º 0.8% 0.22% -
XYZ 1.8 1.1 0.69 -
YUV 24.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 55 11 18 0 0.8 0.67 0.78 350.45 0.67 0.13
Hex 37 B 12 0 50 43 4E 15E 43 D
Octal 67 13 22 0 120 103 116 536 103 15
Binary 110111 1011 10010 0 1010000 1000011 1001110 101011110 1000011 1101

Color Harmonies of #370B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B12

Black with #370B12

Text Example


Text Example

White with #370B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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