Html Css Color HEX #350C10 Rustic Red

📋 copy color: '#350C10'

red 53 ◦ green 12 ◦ blue 16

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

Shades of Rustic Red #350C10

Tints of Rustic Red #350C10

RGB

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

 GREEN value IS 12 (5.08% from 255) = 14.81%

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

R = 65.43%
G = 14.81%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#350C10 (or 0x350C10) is known color: Rustic Red. HEX triplet: 35, 0C and 10. RGB value is (53,12,16). Sum of RGB (Red+Green+Blue) = 53+12+16=81 (10% of max value = 765). Red value is 53 (21.09% from 255 or 65.43% from 81); Green value is 12 (5.08% from 255 or 14.81% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 53 - color contains mainly: red. Hex color #350C10 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C10 is #CAF3EF. Grayscale: #181818. Windows color (decimal): -13300720 or 1051701. OLE color: 1051701.

HSL color Cylindrical-coordinate representation of color #350C10: hue angle of 354.15º degrees, saturation: 0.63, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #350C10 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 12 16 -
CMYK 0 0.77 0.70 0.79
HSL 354.15º 0.63% 0.13% -
HSV(B) 354.15º 0.77% 0.21% -
XYZ 1.69 1.06 0.61 -
YUV 24.72 123.08 148.17 -
System Red Green Blue C M Y K H S L
Decimal 53 12 16 0 0.77 0.70 0.79 354.15 0.63 0.13
Hex 35 C 10 0 4D 46 4F 162 3F D
Octal 65 14 20 0 115 106 117 542 77 15
Binary 110101 1100 10000 0 1001101 1000110 1001111 101100010 111111 1101

Color Harmonies of #350C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350C10

Black with #350C10

Text Example


Text Example

White with #350C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #350C10; }

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

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

background-color css

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

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

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

border-color css

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

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

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