Html Css Color HEX #351617 Rustic Red

📋 copy color: '#351617'

red 53 ◦ green 22 ◦ blue 23

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

Shades of Rustic Red #351617

Tints of Rustic Red #351617

RGB

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

 GREEN value IS 22 (8.98% from 255) = 22.45%

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

R = 54.08%
G = 22.45%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#351617 (or 0x351617) is known color: Rustic Red. HEX triplet: 35, 16 and 17. RGB value is (53,22,23). Sum of RGB (Red+Green+Blue) = 53+22+23=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 22 (8.98% from 255 or 22.45% from 98); Blue value is 23 (9.38% from 255 or 23.47% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #351617 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351617 is #CAE9E8. Grayscale: #1F1F1F. Windows color (decimal): -13298153 or 1513013. OLE color: 1513013.

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

Color convert

RGB 53 22 23 -
CMYK 0 0.58 0.57 0.79
HSL 358.06º 0.41% 0.15% -
HSV(B) 358.06º 0.58% 0.21% -
XYZ 1.91 1.39 0.98 -
YUV 31.38 123.27 143.42 -
System Red Green Blue C M Y K H S L
Decimal 53 22 23 0 0.58 0.57 0.79 358.06 0.41 0.15
Hex 35 16 17 0 3A 39 4F 166 29 F
Octal 65 26 27 0 72 71 117 546 51 17
Binary 110101 10110 10111 0 111010 111001 1001111 101100110 101001 1111

Color Harmonies of #351617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351617

Black with #351617

Text Example


Text Example

White with #351617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351617; }

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

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

background-color css

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

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

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

border-color css

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

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

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