Html Css Color HEX #370B1A Rustic Red

📋 copy color: '#370B1A'

red 55 ◦ green 11 ◦ blue 26

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

Shades of Rustic Red #370B1A

Tints of Rustic Red #370B1A

RGB

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

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

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

R = 59.78%
G = 11.96%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.53

 K value IS 0.78

RGB Variations

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

Color information

#370B1A (or 0x370B1A) is known color: Rustic Red. HEX triplet: 37, 0B and 1A. RGB value is (55,11,26). Sum of RGB (Red+Green+Blue) = 55+11+26=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 11 (4.69% from 255 or 11.96% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #370B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #370B1A is #C8F4E5. Grayscale: #191919. Windows color (decimal): -13169894 or 1706807. OLE color: 1706807.

HSL color Cylindrical-coordinate representation of color #370B1A: hue angle of 339.55º 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 #370B1A is Cyan = 0, Magento = 0.8, Yellow = 0.53 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 11 26 -
CMYK 0 0.8 0.53 0.78
HSL 339.55º 0.67% 0.13% -
HSV(B) 339.55º 0.8% 0.22% -
XYZ 1.88 1.13 1.1 -
YUV 25.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 55 11 26 0 0.8 0.53 0.78 339.55 0.67 0.13
Hex 37 B 1A 0 50 35 4E 154 43 D
Octal 67 13 32 0 120 65 116 524 103 15
Binary 110111 1011 11010 0 1010000 110101 1001110 101010100 1000011 1101

Color Harmonies of #370B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370B1A

Black with #370B1A

Text Example


Text Example

White with #370B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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