Html Css Color HEX #350719 Rustic Red

📋 copy color: '#350719'

red 53 ◦ green 7 ◦ blue 25

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

Shades of Rustic Red #350719

Tints of Rustic Red #350719

RGB

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

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

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

R = 62.35%
G = 8.24%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.53

 K value IS 0.79

RGB Variations

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

Color information

#350719 (or 0x350719) is known color: Rustic Red. HEX triplet: 35, 07 and 19. RGB value is (53,7,25). Sum of RGB (Red+Green+Blue) = 53+7+25=85 (11% of max value = 765). Red value is 53 (21.09% from 255 or 62.35% from 85); Green value is 7 (3.12% from 255 or 8.24% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 53 - color contains mainly: red. Hex color #350719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350719 is #CAF8E6. Grayscale: #161616. Windows color (decimal): -13301991 or 1640245. OLE color: 1640245.

HSL color Cylindrical-coordinate representation of color #350719: hue angle of 336.52º 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 #350719 is Cyan = 0, Magento = 0.87, Yellow = 0.53 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 7 25 -
CMYK 0 0.87 0.53 0.79
HSL 336.52º 0.77% 0.12% -
HSV(B) 336.52º 0.87% 0.21% -
XYZ 1.72 0.98 1.02 -
YUV 22.81 129.24 149.54 -
System Red Green Blue C M Y K H S L
Decimal 53 7 25 0 0.87 0.53 0.79 336.52 0.77 0.12
Hex 35 7 19 0 57 35 4F 151 4D C
Octal 65 7 31 0 127 65 117 521 115 14
Binary 110101 111 11001 0 1010111 110101 1001111 101010001 1001101 1100

Color Harmonies of #350719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350719

Black with #350719

Text Example


Text Example

White with #350719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350719; }

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

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

background-color css

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

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

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

border-color css

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

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

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