Html Css Color HEX #370A13 Rustic Red

📋 copy color: '#370A13'

red 55 ◦ green 10 ◦ blue 19

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

Shades of Rustic Red #370A13

Tints of Rustic Red #370A13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 22.62%

R = 65.48%
G = 11.9%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#370A13 (or 0x370A13) is known color: Rustic Red. HEX triplet: 37, 0A and 13. RGB value is (55,10,19). Sum of RGB (Red+Green+Blue) = 55+10+19=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 10 (4.30% from 255 or 11.90% from 84); Blue value is 19 (7.81% from 255 or 22.62% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #370A13 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A13 is #C8F5EC. Grayscale: #181818. Windows color (decimal): -13170157 or 1247799. OLE color: 1247799.

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

Color convert

RGB 55 10 19 -
CMYK 0 0.82 0.65 0.78
HSL 348º 0.69% 0.13% -
HSV(B) 348º 0.82% 0.22% -
XYZ 1.8 1.08 0.73 -
YUV 24.48 124.91 149.77 -
System Red Green Blue C M Y K H S L
Decimal 55 10 19 0 0.82 0.65 0.78 348 0.69 0.13
Hex 37 A 13 0 52 41 4E 15C 45 D
Octal 67 12 23 0 122 101 116 534 105 15
Binary 110111 1010 10011 0 1010010 1000001 1001110 101011100 1000101 1101

Color Harmonies of #370A13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A13

Black with #370A13

Text Example


Text Example

White with #370A13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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