Html Css Color HEX #351719 Rustic Red

📋 copy color: '#351719'

red 53 ◦ green 23 ◦ blue 25

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

Shades of Rustic Red #351719

Tints of Rustic Red #351719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.77%

 BLUE value IS 25 (10.16% from 255) = 24.75%

R = 52.48%
G = 22.77%
B = 24.75%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#351719 (or 0x351719) is known color: Rustic Red. HEX triplet: 35, 17 and 19. RGB value is (53,23,25). Sum of RGB (Red+Green+Blue) = 53+23+25=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 25 (10.16% from 255 or 24.75% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #351719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #351719 is #CAE8E6. Grayscale: #202020. Windows color (decimal): -13297895 or 1644341. OLE color: 1644341.

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

Color convert

RGB 53 23 25 -
CMYK 0 0.57 0.53 0.79
HSL 356º 0.39% 0.15% -
HSV(B) 356º 0.57% 0.21% -
XYZ 1.95 1.44 1.09 -
YUV 32.2 123.94 142.84 -
System Red Green Blue C M Y K H S L
Decimal 53 23 25 0 0.57 0.53 0.79 356 0.39 0.15
Hex 35 17 19 0 39 35 4F 164 27 F
Octal 65 27 31 0 71 65 117 544 47 17
Binary 110101 10111 11001 0 111001 110101 1001111 101100100 100111 1111

Color Harmonies of #351719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #351719

Black with #351719

Text Example


Text Example

White with #351719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #351719; }

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

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

background-color css

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

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

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

border-color css

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

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

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