Html Css Color HEX #370F14 Rustic Red

📋 copy color: '#370F14'

red 55 ◦ green 15 ◦ blue 20

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

Shades of Rustic Red #370F14

Tints of Rustic Red #370F14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 22.22%

R = 61.11%
G = 16.67%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.64

 K value IS 0.78

RGB Variations

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

Color information

#370F14 (or 0x370F14) is known color: Rustic Red. HEX triplet: 37, 0F and 14. RGB value is (55,15,20). Sum of RGB (Red+Green+Blue) = 55+15+20=90 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.11% from 90); Green value is 15 (6.25% from 255 or 16.67% from 90); Blue value is 20 (8.20% from 255 or 22.22% from 90); Max value from RGB is 55 - color contains mainly: red. Hex color #370F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F14 is #C8F0EB. Grayscale: #1B1B1B. Windows color (decimal): -13168876 or 1314615. OLE color: 1314615.

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

Color convert

RGB 55 15 20 -
CMYK 0 0.73 0.64 0.78
HSL 352.5º 0.57% 0.14% -
HSV(B) 352.5º 0.73% 0.22% -
XYZ 1.87 1.2 0.8 -
YUV 27.53 123.75 147.59 -
System Red Green Blue C M Y K H S L
Decimal 55 15 20 0 0.73 0.64 0.78 352.5 0.57 0.14
Hex 37 F 14 0 49 40 4E 160 39 E
Octal 67 17 24 0 111 100 116 540 71 16
Binary 110111 1111 10100 0 1001001 1000000 1001110 101100000 111001 1110

Color Harmonies of #370F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F14

Black with #370F14

Text Example


Text Example

White with #370F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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