Html Css Color HEX #370A16 Rustic Red

📋 copy color: '#370A16'

red 55 ◦ green 10 ◦ blue 22

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

Shades of Rustic Red #370A16

Tints of Rustic Red #370A16

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.49%

 BLUE value IS 22 (8.98% from 255) = 25.29%

R = 63.22%
G = 11.49%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#370A16 (or 0x370A16) is known color: Rustic Red. HEX triplet: 37, 0A and 16. RGB value is (55,10,22). Sum of RGB (Red+Green+Blue) = 55+10+22=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 10 (4.30% from 255 or 11.49% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #370A16 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A16 is #C8F5E9. Grayscale: #181818. Windows color (decimal): -13170154 or 1444407. OLE color: 1444407.

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

Color convert

RGB 55 10 22 -
CMYK 0 0.82 0.6 0.78
HSL 344º 0.69% 0.13% -
HSV(B) 344º 0.82% 0.22% -
XYZ 1.83 1.09 0.87 -
YUV 24.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 55 10 22 0 0.82 0.6 0.78 344 0.69 0.13
Hex 37 A 16 0 52 3C 4E 158 45 D
Octal 67 12 26 0 122 74 116 530 105 15
Binary 110111 1010 10110 0 1010010 111100 1001110 101011000 1000101 1101

Color Harmonies of #370A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A16

Black with #370A16

Text Example


Text Example

White with #370A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,10,22); }

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

background-color css

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

 a { background-color: rgb(55,10,22); }

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

border-color css

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

 span { border-color: rgb(55,10,22); }

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