Html Css Color HEX #370112 Rustic Red

📋 copy color: '#370112'

red 55 ◦ green 1 ◦ blue 18

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

Shades of Rustic Red #370112

Tints of Rustic Red #370112

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 24.32%

R = 74.32%
G = 1.35%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#370112 (or 0x370112) is known color: Rustic Red. HEX triplet: 37, 01 and 12. RGB value is (55,1,18). Sum of RGB (Red+Green+Blue) = 55+1+18=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 1 (0.78% from 255 or 1.35% from 74); Blue value is 18 (7.42% from 255 or 24.32% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #370112 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370112 is #C8FEED. Grayscale: #131313. Windows color (decimal): -13172462 or 1179959. OLE color: 1179959.

HSL color Cylindrical-coordinate representation of color #370112: hue angle of 341.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 #370112 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 1 18 -
CMYK 0 0.98 0.67 0.78
HSL 341.11º 0.96% 0.11% -
HSV(B) 341.11º 0.98% 0.22% -
XYZ 1.7 0.88 0.65 -
YUV 19.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 55 1 18 0 0.98 0.67 0.78 341.11 0.96 0.11
Hex 37 1 12 0 62 43 4E 155 60 B
Octal 67 1 22 0 142 103 116 525 140 13
Binary 110111 1 10010 0 1100010 1000011 1001110 101010101 1100000 1011

Color Harmonies of #370112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370112

Black with #370112

Text Example


Text Example

White with #370112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370112; }

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

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

background-color css

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

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

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

border-color css

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

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

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