Html Css Color HEX #370316 Rustic Red

📋 copy color: '#370316'

red 55 ◦ green 3 ◦ blue 22

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

Shades of Rustic Red #370316

Tints of Rustic Red #370316

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.75%

 BLUE value IS 22 (8.98% from 255) = 27.5%

R = 68.75%
G = 3.75%
B = 27.5%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.6

 K value IS 0.78

RGB Variations

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

Color information

#370316 (or 0x370316) is known color: Rustic Red. HEX triplet: 37, 03 and 16. RGB value is (55,3,22). Sum of RGB (Red+Green+Blue) = 55+3+22=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 3 (1.56% from 255 or 3.75% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #370316 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370316 is #C8FCE9. Grayscale: #141414. Windows color (decimal): -13171946 or 1442615. OLE color: 1442615.

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

Color convert

RGB 55 3 22 -
CMYK 0 0.95 0.6 0.78
HSL 338.08º 0.9% 0.11% -
HSV(B) 338.08º 0.95% 0.22% -
XYZ 1.75 0.94 0.85 -
YUV 20.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 55 3 22 0 0.95 0.6 0.78 338.08 0.9 0.11
Hex 37 3 16 0 5F 3C 4E 152 5A B
Octal 67 3 26 0 137 74 116 522 132 13
Binary 110111 11 10110 0 1011111 111100 1001110 101010010 1011010 1011

Color Harmonies of #370316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370316

Black with #370316

Text Example


Text Example

White with #370316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370316; }

 p { color: rgb(55,3,22); }

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

background-color css

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

 a { background-color: rgb(55,3,22); }

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

border-color css

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

 span { border-color: rgb(55,3,22); }

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