Html Css Color HEX #350918 Rustic Red

📋 copy color: '#350918'

red 53 ◦ green 9 ◦ blue 24

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

Shades of Rustic Red #350918

Tints of Rustic Red #350918

RGB

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

 GREEN value IS 9 (3.91% from 255) = 10.47%

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

R = 61.63%
G = 10.47%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.55

 K value IS 0.79

RGB Variations

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

Color information

#350918 (or 0x350918) is known color: Rustic Red. HEX triplet: 35, 09 and 18. RGB value is (53,9,24). Sum of RGB (Red+Green+Blue) = 53+9+24=86 (11% of max value = 765). Red value is 53 (21.09% from 255 or 61.63% from 86); Green value is 9 (3.91% from 255 or 10.47% from 86); Blue value is 24 (9.77% from 255 or 27.91% from 86); Max value from RGB is 53 - color contains mainly: red. Hex color #350918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350918 is #CAF6E7. Grayscale: #171717. Windows color (decimal): -13301480 or 1575221. OLE color: 1575221.

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

Color convert

RGB 53 9 24 -
CMYK 0 0.83 0.55 0.79
HSL 339.55º 0.71% 0.12% -
HSV(B) 339.55º 0.83% 0.21% -
XYZ 1.73 1.02 0.97 -
YUV 23.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 53 9 24 0 0.83 0.55 0.79 339.55 0.71 0.12
Hex 35 9 18 0 53 37 4F 154 47 C
Octal 65 11 30 0 123 67 117 524 107 14
Binary 110101 1001 11000 0 1010011 110111 1001111 101010100 1000111 1100

Color Harmonies of #350918

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350918

Black with #350918

Text Example


Text Example

White with #350918

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350918; }

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

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

background-color css

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

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

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

border-color css

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

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

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