Html Css Color HEX #370F19 Rustic Red

📋 copy color: '#370F19'

red 55 ◦ green 15 ◦ blue 25

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

Shades of Rustic Red #370F19

Tints of Rustic Red #370F19

RGB

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

 GREEN value IS 15 (6.25% from 255) = 15.79%

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

R = 57.89%
G = 15.79%
B = 26.32%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.78

RGB Variations

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

Color information

#370F19 (or 0x370F19) is known color: Rustic Red. HEX triplet: 37, 0F and 19. RGB value is (55,15,25). Sum of RGB (Red+Green+Blue) = 55+15+25=95 (12% of max value = 765). Red value is 55 (21.88% from 255 or 57.89% from 95); Green value is 15 (6.25% from 255 or 15.79% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 55 - color contains mainly: red. Hex color #370F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F19 is #C8F0E6. Grayscale: #1C1C1C. Windows color (decimal): -13168871 or 1642295. OLE color: 1642295.

HSL color Cylindrical-coordinate representation of color #370F19: hue angle of 345º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #370F19 is Cyan = 0, Magento = 0.73, Yellow = 0.55 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 15 25 -
CMYK 0 0.73 0.55 0.78
HSL 345º 0.57% 0.14% -
HSV(B) 345º 0.73% 0.22% -
XYZ 1.92 1.22 1.05 -
YUV 28.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 55 15 25 0 0.73 0.55 0.78 345 0.57 0.14
Hex 37 F 19 0 49 37 4E 159 39 E
Octal 67 17 31 0 111 67 116 531 71 16
Binary 110111 1111 11001 0 1001001 110111 1001110 101011001 111001 1110

Color Harmonies of #370F19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F19

Black with #370F19

Text Example


Text Example

White with #370F19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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