Html Css Color HEX #370811 Rustic Red

📋 copy color: '#370811'

red 55 ◦ green 8 ◦ blue 17

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

Shades of Rustic Red #370811

Tints of Rustic Red #370811

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 21.25%

R = 68.75%
G = 10%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#370811 (or 0x370811) is known color: Rustic Red. HEX triplet: 37, 08 and 11. RGB value is (55,8,17). Sum of RGB (Red+Green+Blue) = 55+8+17=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 8 (3.52% from 255 or 10% from 80); Blue value is 17 (7.03% from 255 or 21.25% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #370811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370811 is #C8F7EE. Grayscale: #171717. Windows color (decimal): -13170671 or 1116215. OLE color: 1116215.

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

Color convert

RGB 55 8 17 -
CMYK 0 0.85 0.69 0.78
HSL 348.51º 0.75% 0.12% -
HSV(B) 348.51º 0.85% 0.22% -
XYZ 1.76 1.03 0.64 -
YUV 23.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 55 8 17 0 0.85 0.69 0.78 348.51 0.75 0.12
Hex 37 8 11 0 55 45 4E 15D 4B C
Octal 67 10 21 0 125 105 116 535 113 14
Binary 110111 1000 10001 0 1010101 1000101 1001110 101011101 1001011 1100

Color Harmonies of #370811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370811

Black with #370811

Text Example


Text Example

White with #370811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370811; }

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

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

background-color css

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

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

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

border-color css

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

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

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