Html Css Color HEX #350110 Rustic Red

📋 copy color: '#350110'

red 53 ◦ green 1 ◦ blue 16

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

Shades of Rustic Red #350110

Tints of Rustic Red #350110

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.43%

 BLUE value IS 16 (6.64% from 255) = 22.86%

R = 75.71%
G = 1.43%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#350110 (or 0x350110) is known color: Rustic Red. HEX triplet: 35, 01 and 10. RGB value is (53,1,16). Sum of RGB (Red+Green+Blue) = 53+1+16=70 (9% of max value = 765). Red value is 53 (21.09% from 255 or 75.71% from 70); Green value is 1 (0.78% from 255 or 1.43% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 53 - color contains mainly: red. Hex color #350110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350110 is #CAFEEF. Grayscale: #121212. Windows color (decimal): -13303536 or 1048885. OLE color: 1048885.

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

Color convert

RGB 53 1 16 -
CMYK 0 0.98 0.70 0.79
HSL 342.69º 0.96% 0.11% -
HSV(B) 342.69º 0.98% 0.21% -
XYZ 1.57 0.82 0.56 -
YUV 18.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 53 1 16 0 0.98 0.70 0.79 342.69 0.96 0.11
Hex 35 1 10 0 62 46 4F 157 60 B
Octal 65 1 20 0 142 106 117 527 140 13
Binary 110101 1 10000 0 1100010 1000110 1001111 101010111 1100000 1011

Color Harmonies of #350110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350110

Black with #350110

Text Example


Text Example

White with #350110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350110; }

 p { color: rgb(53,1,16); }

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

background-color css

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

 a { background-color: rgb(53,1,16); }

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

border-color css

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

 span { border-color: rgb(53,1,16); }

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