Html Css Color HEX #370F15 Rustic Red

📋 copy color: '#370F15'

red 55 ◦ green 15 ◦ blue 21

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

Shades of Rustic Red #370F15

Tints of Rustic Red #370F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 23.08%

R = 60.44%
G = 16.48%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#370F15 (or 0x370F15) is known color: Rustic Red. HEX triplet: 37, 0F and 15. RGB value is (55,15,21). Sum of RGB (Red+Green+Blue) = 55+15+21=91 (12% of max value = 765). Red value is 55 (21.88% from 255 or 60.44% from 91); Green value is 15 (6.25% from 255 or 16.48% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 55 - color contains mainly: red. Hex color #370F15 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370F15 is #C8F0EA. Grayscale: #1B1B1B. Windows color (decimal): -13168875 or 1380151. OLE color: 1380151.

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

Color convert

RGB 55 15 21 -
CMYK 0 0.73 0.62 0.78
HSL 351º 0.57% 0.14% -
HSV(B) 351º 0.73% 0.22% -
XYZ 1.88 1.21 0.84 -
YUV 27.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 55 15 21 0 0.73 0.62 0.78 351 0.57 0.14
Hex 37 F 15 0 49 3E 4E 15F 39 E
Octal 67 17 25 0 111 76 116 537 71 16
Binary 110111 1111 10101 0 1001001 111110 1001110 101011111 111001 1110

Color Harmonies of #370F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370F15

Black with #370F15

Text Example


Text Example

White with #370F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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