Html Css Color HEX #370515 Rustic Red

📋 copy color: '#370515'

red 55 ◦ green 5 ◦ blue 21

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

Shades of Rustic Red #370515

Tints of Rustic Red #370515

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.17%

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

R = 67.9%
G = 6.17%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#370515 (or 0x370515) is known color: Rustic Red. HEX triplet: 37, 05 and 15. RGB value is (55,5,21). Sum of RGB (Red+Green+Blue) = 55+5+21=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 21 (8.59% from 255 or 25.93% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #370515 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370515 is #C8FAEA. Grayscale: #151515. Windows color (decimal): -13171435 or 1377591. OLE color: 1377591.

HSL color Cylindrical-coordinate representation of color #370515: hue angle of 340.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #370515 is Cyan = 0, Magento = 0.91, Yellow = 0.62 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 5 21 -
CMYK 0 0.91 0.62 0.78
HSL 340.8º 0.83% 0.12% -
HSV(B) 340.8º 0.91% 0.22% -
XYZ 1.77 0.97 0.8 -
YUV 21.77 127.57 151.7 -
System Red Green Blue C M Y K H S L
Decimal 55 5 21 0 0.91 0.62 0.78 340.8 0.83 0.12
Hex 37 5 15 0 5B 3E 4E 155 53 C
Octal 67 5 25 0 133 76 116 525 123 14
Binary 110111 101 10101 0 1011011 111110 1001110 101010101 1010011 1100

Color Harmonies of #370515

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370515

Black with #370515

Text Example


Text Example

White with #370515

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370515; }

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

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

background-color css

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

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

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

border-color css

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

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

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