Html Css Color HEX #370109 Rustic Red

📋 copy color: '#370109'

red 55 ◦ green 1 ◦ blue 9

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

Shades of Rustic Red #370109

Tints of Rustic Red #370109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.54%

 BLUE value IS 9 (3.91% from 255) = 13.85%

R = 84.62%
G = 1.54%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.84

 K value IS 0.78

RGB Variations

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

Color information

#370109 (or 0x370109) is known color: Rustic Red. HEX triplet: 37, 01 and 09. RGB value is (55,1,9). Sum of RGB (Red+Green+Blue) = 55+1+9=65 (8% of max value = 765). Red value is 55 (21.88% from 255 or 84.62% from 65); Green value is 1 (0.78% from 255 or 1.54% from 65); Blue value is 9 (3.91% from 255 or 13.85% from 65); Max value from RGB is 55 - color contains mainly: red. Hex color #370109 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370109 is #C8FEF6. Grayscale: #121212. Windows color (decimal): -13172471 or 590135. OLE color: 590135.

HSL color Cylindrical-coordinate representation of color #370109: hue angle of 351.11º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #370109 is Cyan = 0, Magento = 0.98, Yellow = 0.84 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 1 9 -
CMYK 0 0.98 0.84 0.78
HSL 351.11º 0.96% 0.11% -
HSV(B) 351.11º 0.98% 0.22% -
XYZ 1.64 0.85 0.34 -
YUV 18.06 122.89 154.35 -
System Red Green Blue C M Y K H S L
Decimal 55 1 9 0 0.98 0.84 0.78 351.11 0.96 0.11
Hex 37 1 9 0 62 54 4E 15F 60 B
Octal 67 1 11 0 142 124 116 537 140 13
Binary 110111 1 1001 0 1100010 1010100 1001110 101011111 1100000 1011

Color Harmonies of #370109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370109

Black with #370109

Text Example


Text Example

White with #370109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370109; }

 p { color: rgb(55,1,9); }

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

background-color css

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

 a { background-color: rgb(55,1,9); }

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

border-color css

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

 span { border-color: rgb(55,1,9); }

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