Html Css Color HEX #370015 Rustic Red

📋 copy color: '#370015'

red 55 ◦ green 0 ◦ blue 21

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

Shades of Rustic Red #370015

Tints of Rustic Red #370015

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 72.37%
G = 0%
B = 27.63%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#370015 (or 0x370015) is known color: Rustic Red. HEX triplet: 37, 00 and 15. RGB value is (55,0,21). Sum of RGB (Red+Green+Blue) = 55+0+21=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 21 (8.59% from 255 or 27.63% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #370015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370015 is #C8FFEA. Grayscale: #121212. Windows color (decimal): -13172715 or 1376311. OLE color: 1376311.

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

Color convert

RGB 55 0 21 -
CMYK 0 1 0.62 0.78
HSL 337.09º 1% 0.11% -
HSV(B) 337.09º 1% 0.22% -
XYZ 1.71 0.87 0.79 -
YUV 18.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 55 0 21 0 1 0.62 0.78 337.09 1 0.11
Hex 37 0 15 0 64 3E 4E 151 64 B
Octal 67 0 25 0 144 76 116 521 144 13
Binary 110111 0 10101 0 1100100 111110 1001110 101010001 1100100 1011

Color Harmonies of #370015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370015

Black with #370015

Text Example


Text Example

White with #370015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370015; }

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

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

background-color css

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

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

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

border-color css

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

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

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