Html Css Color HEX #370710 Rustic Red

📋 copy color: '#370710'

red 55 ◦ green 7 ◦ blue 16

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

Shades of Rustic Red #370710

Tints of Rustic Red #370710

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.97%

 BLUE value IS 16 (6.64% from 255) = 20.51%

R = 70.51%
G = 8.97%
B = 20.51%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#370710 (or 0x370710) is known color: Rustic Red. HEX triplet: 37, 07 and 10. RGB value is (55,7,16). Sum of RGB (Red+Green+Blue) = 55+7+16=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 16 (6.64% from 255 or 20.51% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #370710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370710 is #C8F8EF. Grayscale: #161616. Windows color (decimal): -13170928 or 1050423. OLE color: 1050423.

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

Color convert

RGB 55 7 16 -
CMYK 0 0.87 0.71 0.78
HSL 348.75º 0.77% 0.12% -
HSV(B) 348.75º 0.87% 0.22% -
XYZ 1.75 1 0.59 -
YUV 22.38 124.4 151.27 -
System Red Green Blue C M Y K H S L
Decimal 55 7 16 0 0.87 0.71 0.78 348.75 0.77 0.12
Hex 37 7 10 0 57 47 4E 15D 4D C
Octal 67 7 20 0 127 107 116 535 115 14
Binary 110111 111 10000 0 1010111 1000111 1001110 101011101 1001101 1100

Color Harmonies of #370710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370710

Black with #370710

Text Example


Text Example

White with #370710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370710; }

 p { color: rgb(55,7,16); }

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

background-color css

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

 a { background-color: rgb(55,7,16); }

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

border-color css

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

 span { border-color: rgb(55,7,16); }

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