Html Css Color HEX #370315 Rustic Red

📋 copy color: '#370315'

red 55 ◦ green 3 ◦ blue 21

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

Shades of Rustic Red #370315

Tints of Rustic Red #370315

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 26.58%

R = 69.62%
G = 3.8%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.62

 K value IS 0.78

RGB Variations

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

Color information

#370315 (or 0x370315) is known color: Rustic Red. HEX triplet: 37, 03 and 15. RGB value is (55,3,21). Sum of RGB (Red+Green+Blue) = 55+3+21=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #370315 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370315 is #C8FCEA. Grayscale: #141414. Windows color (decimal): -13171947 or 1377079. OLE color: 1377079.

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

Color convert

RGB 55 3 21 -
CMYK 0 0.95 0.62 0.78
HSL 339.23º 0.9% 0.11% -
HSV(B) 339.23º 0.95% 0.22% -
XYZ 1.74 0.93 0.8 -
YUV 20.6 128.23 152.54 -
System Red Green Blue C M Y K H S L
Decimal 55 3 21 0 0.95 0.62 0.78 339.23 0.9 0.11
Hex 37 3 15 0 5F 3E 4E 153 5A B
Octal 67 3 25 0 137 76 116 523 132 13
Binary 110111 11 10101 0 1011111 111110 1001110 101010011 1011010 1011

Color Harmonies of #370315

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370315

Black with #370315

Text Example


Text Example

White with #370315

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370315; }

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

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

background-color css

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

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

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

border-color css

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

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

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