Html Css Color HEX #371518 Rustic Red

📋 copy color: '#371518'

red 55 ◦ green 21 ◦ blue 24

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

Shades of Rustic Red #371518

Tints of Rustic Red #371518

RGB

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

 GREEN value IS 21 (8.59% from 255) = 21%

 BLUE value IS 24 (9.77% from 255) = 24%

R = 55%
G = 21%
B = 24%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#371518 (or 0x371518) is known color: Rustic Red. HEX triplet: 37, 15 and 18. RGB value is (55,21,24). Sum of RGB (Red+Green+Blue) = 55+21+24=100 (13% of max value = 765). Red value is 55 (21.88% from 255 or 55% from 100); Green value is 21 (8.59% from 255 or 21% from 100); Blue value is 24 (9.77% from 255 or 24% from 100); Max value from RGB is 55 - color contains mainly: red. Hex color #371518 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371518 is #C8EAE7. Grayscale: #1F1F1F. Windows color (decimal): -13167336 or 1578295. OLE color: 1578295.

HSL color Cylindrical-coordinate representation of color #371518: hue angle of 354.71º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #371518 is Cyan = 0, Magento = 0.62, Yellow = 0.56 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 21 24 -
CMYK 0 0.62 0.56 0.78
HSL 354.71º 0.45% 0.15% -
HSV(B) 354.71º 0.62% 0.22% -
XYZ 2.01 1.41 1.03 -
YUV 31.51 123.76 144.76 -
System Red Green Blue C M Y K H S L
Decimal 55 21 24 0 0.62 0.56 0.78 354.71 0.45 0.15
Hex 37 15 18 0 3E 38 4E 163 2D F
Octal 67 25 30 0 76 70 116 543 55 17
Binary 110111 10101 11000 0 111110 111000 1001110 101100011 101101 1111

Color Harmonies of #371518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371518

Black with #371518

Text Example


Text Example

White with #371518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371518; }

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

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

background-color css

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

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

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

border-color css

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

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

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