Html Css Color HEX #370513 Rustic Red

📋 copy color: '#370513'

red 55 ◦ green 5 ◦ blue 19

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

Shades of Rustic Red #370513

Tints of Rustic Red #370513

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 24.05%

R = 69.62%
G = 6.33%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#370513 (or 0x370513) is known color: Rustic Red. HEX triplet: 37, 05 and 13. RGB value is (55,5,19). Sum of RGB (Red+Green+Blue) = 55+5+19=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 5 (2.34% from 255 or 6.33% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370513 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370513 is #C8FAEC. Grayscale: #151515. Windows color (decimal): -13171437 or 1246519. OLE color: 1246519.

HSL color Cylindrical-coordinate representation of color #370513: hue angle of 343.2º 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 #370513 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 5 19 -
CMYK 0 0.91 0.65 0.78
HSL 343.2º 0.83% 0.12% -
HSV(B) 343.2º 0.91% 0.22% -
XYZ 1.75 0.97 0.71 -
YUV 21.55 126.57 151.86 -
System Red Green Blue C M Y K H S L
Decimal 55 5 19 0 0.91 0.65 0.78 343.2 0.83 0.12
Hex 37 5 13 0 5B 41 4E 157 53 C
Octal 67 5 23 0 133 101 116 527 123 14
Binary 110111 101 10011 0 1011011 1000001 1001110 101010111 1010011 1100

Color Harmonies of #370513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370513

Black with #370513

Text Example


Text Example

White with #370513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370513; }

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

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

background-color css

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

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

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

border-color css

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

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

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