Html Css Color HEX #370613 Rustic Red

📋 copy color: '#370613'

red 55 ◦ green 6 ◦ blue 19

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

Shades of Rustic Red #370613

Tints of Rustic Red #370613

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.5%

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

R = 68.75%
G = 7.5%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.78

RGB Variations

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

Color information

#370613 (or 0x370613) is known color: Rustic Red. HEX triplet: 37, 06 and 13. RGB value is (55,6,19). Sum of RGB (Red+Green+Blue) = 55+6+19=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 19 (7.81% from 255 or 23.75% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #370613 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370613 is #C8F9EC. Grayscale: #161616. Windows color (decimal): -13171181 or 1246775. OLE color: 1246775.

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

Color convert

RGB 55 6 19 -
CMYK 0 0.89 0.65 0.78
HSL 344.08º 0.8% 0.12% -
HSV(B) 344.08º 0.89% 0.22% -
XYZ 1.76 0.99 0.71 -
YUV 22.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 55 6 19 0 0.89 0.65 0.78 344.08 0.8 0.12
Hex 37 6 13 0 59 41 4E 158 50 C
Octal 67 6 23 0 131 101 116 530 120 14
Binary 110111 110 10011 0 1011001 1000001 1001110 101011000 1010000 1100

Color Harmonies of #370613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370613

Black with #370613

Text Example


Text Example

White with #370613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370613; }

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

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

background-color css

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

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

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

border-color css

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

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

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