Html Css Color HEX #370411 Rustic Red

📋 copy color: '#370411'

red 55 ◦ green 4 ◦ blue 17

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

Shades of Rustic Red #370411

Tints of Rustic Red #370411

RGB

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

 GREEN value IS 4 (1.95% from 255) = 5.26%

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

R = 72.37%
G = 5.26%
B = 22.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.69

 K value IS 0.78

RGB Variations

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

Color information

#370411 (or 0x370411) is known color: Rustic Red. HEX triplet: 37, 04 and 11. RGB value is (55,4,17). Sum of RGB (Red+Green+Blue) = 55+4+17=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 4 (1.95% from 255 or 5.26% from 76); Blue value is 17 (7.03% from 255 or 22.37% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #370411 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370411 is #C8FBEE. Grayscale: #141414. Windows color (decimal): -13171695 or 1115191. OLE color: 1115191.

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

Color convert

RGB 55 4 17 -
CMYK 0 0.93 0.69 0.78
HSL 344.71º 0.86% 0.12% -
HSV(B) 344.71º 0.93% 0.22% -
XYZ 1.72 0.94 0.62 -
YUV 20.73 125.9 152.44 -
System Red Green Blue C M Y K H S L
Decimal 55 4 17 0 0.93 0.69 0.78 344.71 0.86 0.12
Hex 37 4 11 0 5D 45 4E 159 56 C
Octal 67 4 21 0 135 105 116 531 126 14
Binary 110111 100 10001 0 1011101 1000101 1001110 101011001 1010110 1100

Color Harmonies of #370411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370411

Black with #370411

Text Example


Text Example

White with #370411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370411; }

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

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

background-color css

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

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

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

border-color css

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

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

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