Html Css Color HEX #370511 Rustic Red

📋 copy color: '#370511'

red 55 ◦ green 5 ◦ blue 17

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

Shades of Rustic Red #370511

Tints of Rustic Red #370511

RGB

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

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

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

R = 71.43%
G = 6.49%
B = 22.08%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#370511 (or 0x370511) is known color: Rustic Red. HEX triplet: 37, 05 and 11. RGB value is (55,5,17). Sum of RGB (Red+Green+Blue) = 55+5+17=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 5 (2.34% from 255 or 6.49% from 77); Blue value is 17 (7.03% from 255 or 22.08% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #370511 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370511 is #C8FAEE. Grayscale: #151515. Windows color (decimal): -13171439 or 1115447. OLE color: 1115447.

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

Color convert

RGB 55 5 17 -
CMYK 0 0.91 0.69 0.78
HSL 345.6º 0.83% 0.12% -
HSV(B) 345.6º 0.91% 0.22% -
XYZ 1.73 0.96 0.62 -
YUV 21.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 55 5 17 0 0.91 0.69 0.78 345.6 0.83 0.12
Hex 37 5 11 0 5B 45 4E 15A 53 C
Octal 67 5 21 0 133 105 116 532 123 14
Binary 110111 101 10001 0 1011011 1000101 1001110 101011010 1010011 1100

Color Harmonies of #370511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370511

Black with #370511

Text Example


Text Example

White with #370511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370511; }

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

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

background-color css

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

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

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

border-color css

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

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

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