Html Css Color HEX #350317 Rustic Red

📋 copy color: '#350317'

red 53 ◦ green 3 ◦ blue 23

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

Shades of Rustic Red #350317

Tints of Rustic Red #350317

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 29.11%

R = 67.09%
G = 3.8%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#350317 (or 0x350317) is known color: Rustic Red. HEX triplet: 35, 03 and 17. RGB value is (53,3,23). Sum of RGB (Red+Green+Blue) = 53+3+23=79 (10% of max value = 765). Red value is 53 (21.09% from 255 or 67.09% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 53 - color contains mainly: red. Hex color #350317 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350317 is #CAFCE8. Grayscale: #141414. Windows color (decimal): -13303017 or 1508149. OLE color: 1508149.

HSL color Cylindrical-coordinate representation of color #350317: hue angle of 336º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #350317 is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 3 23 -
CMYK 0 0.94 0.57 0.79
HSL 336º 0.89% 0.11% -
HSV(B) 336º 0.94% 0.21% -
XYZ 1.66 0.88 0.89 -
YUV 20.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 53 3 23 0 0.94 0.57 0.79 336 0.89 0.11
Hex 35 3 17 0 5E 39 4F 150 59 B
Octal 65 3 27 0 136 71 117 520 131 13
Binary 110101 11 10111 0 1011110 111001 1001111 101010000 1011001 1011

Color Harmonies of #350317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350317

Black with #350317

Text Example


Text Example

White with #350317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350317; }

 p { color: rgb(53,3,23); }

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

background-color css

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

 a { background-color: rgb(53,3,23); }

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

border-color css

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

 span { border-color: rgb(53,3,23); }

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