Html Css Color HEX #370A19 Rustic Red

📋 copy color: '#370A19'

red 55 ◦ green 10 ◦ blue 25

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

Shades of Rustic Red #370A19

Tints of Rustic Red #370A19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 27.78%

R = 61.11%
G = 11.11%
B = 27.78%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#370A19 (or 0x370A19) is known color: Rustic Red. HEX triplet: 37, 0A and 19. RGB value is (55,10,25). Sum of RGB (Red+Green+Blue) = 55+10+25=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 10 (4.30% from 255 or 11.11% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #370A19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370A19 is #C8F5E6. Grayscale: #191919. Windows color (decimal): -13170151 or 1641015. OLE color: 1641015.

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

Color convert

RGB 55 10 25 -
CMYK 0 0.82 0.55 0.78
HSL 340º 0.69% 0.13% -
HSV(B) 340º 0.82% 0.22% -
XYZ 1.86 1.1 1.03 -
YUV 25.17 127.91 149.28 -
System Red Green Blue C M Y K H S L
Decimal 55 10 25 0 0.82 0.55 0.78 340 0.69 0.13
Hex 37 A 19 0 52 37 4E 154 45 D
Octal 67 12 31 0 122 67 116 524 105 15
Binary 110111 1010 11001 0 1010010 110111 1001110 101010100 1000101 1101

Color Harmonies of #370A19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370A19

Black with #370A19

Text Example


Text Example

White with #370A19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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