Html Css Color HEX #370810 Rustic Red

📋 copy color: '#370810'

red 55 ◦ green 8 ◦ blue 16

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

Shades of Rustic Red #370810

Tints of Rustic Red #370810

RGB

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

 GREEN value IS 8 (3.52% from 255) = 10.13%

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

R = 69.62%
G = 10.13%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.71

 K value IS 0.78

RGB Variations

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

Color information

#370810 (or 0x370810) is known color: Rustic Red. HEX triplet: 37, 08 and 10. RGB value is (55,8,16). Sum of RGB (Red+Green+Blue) = 55+8+16=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 8 (3.52% from 255 or 10.13% from 79); Blue value is 16 (6.64% from 255 or 20.25% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370810 is #C8F7EF. Grayscale: #161616. Windows color (decimal): -13170672 or 1050679. OLE color: 1050679.

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

Color convert

RGB 55 8 16 -
CMYK 0 0.85 0.71 0.78
HSL 349.79º 0.75% 0.12% -
HSV(B) 349.79º 0.85% 0.22% -
XYZ 1.76 1.02 0.6 -
YUV 22.97 124.07 150.85 -
System Red Green Blue C M Y K H S L
Decimal 55 8 16 0 0.85 0.71 0.78 349.79 0.75 0.12
Hex 37 8 10 0 55 47 4E 15E 4B C
Octal 67 10 20 0 125 107 116 536 113 14
Binary 110111 1000 10000 0 1010101 1000111 1001110 101011110 1001011 1100

Color Harmonies of #370810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370810

Black with #370810

Text Example


Text Example

White with #370810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370810; }

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

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

background-color css

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

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

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

border-color css

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

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

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