Html Css Color HEX #350718 Rustic Red

📋 copy color: '#350718'

red 53 ◦ green 7 ◦ blue 24

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

Shades of Rustic Red #350718

Tints of Rustic Red #350718

RGB

 RED value IS 53 (21.09% from 255) = 63.1%

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

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

R = 63.1%
G = 8.33%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#350718 (or 0x350718) is known color: Rustic Red. HEX triplet: 35, 07 and 18. RGB value is (53,7,24). Sum of RGB (Red+Green+Blue) = 53+7+24=84 (11% of max value = 765). Red value is 53 (21.09% from 255 or 63.10% from 84); Green value is 7 (3.12% from 255 or 8.33% from 84); Blue value is 24 (9.77% from 255 or 28.57% from 84); Max value from RGB is 53 - color contains mainly: red. Hex color #350718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350718 is #CAF8E7. Grayscale: #161616. Windows color (decimal): -13301992 or 1574709. OLE color: 1574709.

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

Color convert

RGB 53 7 24 -
CMYK 0 0.87 0.55 0.79
HSL 337.83º 0.77% 0.12% -
HSV(B) 337.83º 0.87% 0.21% -
XYZ 1.71 0.97 0.96 -
YUV 22.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 53 7 24 0 0.87 0.55 0.79 337.83 0.77 0.12
Hex 35 7 18 0 57 37 4F 152 4D C
Octal 65 7 30 0 127 67 117 522 115 14
Binary 110101 111 11000 0 1010111 110111 1001111 101010010 1001101 1100

Color Harmonies of #350718

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350718

Black with #350718

Text Example


Text Example

White with #350718

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350718; }

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

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

background-color css

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

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

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

border-color css

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

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

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