Html Css Color HEX #370915 Rustic Red

📋 copy color: '#370915'

red 55 ◦ green 9 ◦ blue 21

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

Shades of Rustic Red #370915

Tints of Rustic Red #370915

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.59%

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

R = 64.71%
G = 10.59%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#370915 (or 0x370915) is known color: Rustic Red. HEX triplet: 37, 09 and 15. RGB value is (55,9,21). Sum of RGB (Red+Green+Blue) = 55+9+21=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 9 (3.91% from 255 or 10.59% from 85); Blue value is 21 (8.59% from 255 or 24.71% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #370915 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370915 is #C8F6EA. Grayscale: #181818. Windows color (decimal): -13170411 or 1378615. OLE color: 1378615.

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

Color convert

RGB 55 9 21 -
CMYK 0 0.84 0.62 0.78
HSL 344.35º 0.72% 0.13% -
HSV(B) 344.35º 0.84% 0.22% -
XYZ 1.81 1.06 0.82 -
YUV 24.12 126.24 150.02 -
System Red Green Blue C M Y K H S L
Decimal 55 9 21 0 0.84 0.62 0.78 344.35 0.72 0.13
Hex 37 9 15 0 54 3E 4E 158 48 D
Octal 67 11 25 0 124 76 116 530 110 15
Binary 110111 1001 10101 0 1010100 111110 1001110 101011000 1001000 1101

Color Harmonies of #370915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370915

Black with #370915

Text Example


Text Example

White with #370915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370915; }

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

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

background-color css

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

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

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

border-color css

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

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

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