Html Css Color HEX #370718 Rustic Red

📋 copy color: '#370718'

red 55 ◦ green 7 ◦ blue 24

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

Shades of Rustic Red #370718

Tints of Rustic Red #370718

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.14%

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

R = 63.95%
G = 8.14%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.78

RGB Variations

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

Color information

#370718 (or 0x370718) is known color: Rustic Red. HEX triplet: 37, 07 and 18. RGB value is (55,7,24). Sum of RGB (Red+Green+Blue) = 55+7+24=86 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.95% from 86); Green value is 7 (3.12% from 255 or 8.14% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 55 - color contains mainly: red. Hex color #370718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #370718 is #C8F8E7. Grayscale: #171717. Windows color (decimal): -13170920 or 1574711. OLE color: 1574711.

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

Color convert

RGB 55 7 24 -
CMYK 0 0.87 0.56 0.78
HSL 338.75º 0.77% 0.12% -
HSV(B) 338.75º 0.87% 0.22% -
XYZ 1.82 1.03 0.97 -
YUV 23.29 128.4 150.62 -
System Red Green Blue C M Y K H S L
Decimal 55 7 24 0 0.87 0.56 0.78 338.75 0.77 0.12
Hex 37 7 18 0 57 38 4E 153 4D C
Octal 67 7 30 0 127 70 116 523 115 14
Binary 110111 111 11000 0 1010111 111000 1001110 101010011 1001101 1100

Color Harmonies of #370718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #370718

Black with #370718

Text Example


Text Example

White with #370718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #370718; }

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

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

background-color css

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

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

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

border-color css

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

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

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