Html Css Color HEX #350C12 Rustic Red

📋 copy color: '#350C12'

red 53 ◦ green 12 ◦ blue 18

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

Shades of Rustic Red #350C12

Tints of Rustic Red #350C12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 21.69%

R = 63.86%
G = 14.46%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.66

 K value IS 0.79

RGB Variations

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

Color information

#350C12 (or 0x350C12) is known color: Rustic Red. HEX triplet: 35, 0C and 12. RGB value is (53,12,18). Sum of RGB (Red+Green+Blue) = 53+12+18=83 (10% of max value = 765). Red value is 53 (21.09% from 255 or 63.86% from 83); Green value is 12 (5.08% from 255 or 14.46% from 83); Blue value is 18 (7.42% from 255 or 21.69% from 83); Max value from RGB is 53 - color contains mainly: red. Hex color #350C12 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C12 is #CAF3ED. Grayscale: #181818. Windows color (decimal): -13300718 or 1182773. OLE color: 1182773.

HSL color Cylindrical-coordinate representation of color #350C12: hue angle of 351.22º 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 #350C12 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 12 18 -
CMYK 0 0.77 0.66 0.79
HSL 351.22º 0.63% 0.13% -
HSV(B) 351.22º 0.77% 0.21% -
XYZ 1.71 1.06 0.69 -
YUV 24.94 124.08 148.01 -
System Red Green Blue C M Y K H S L
Decimal 53 12 18 0 0.77 0.66 0.79 351.22 0.63 0.13
Hex 35 C 12 0 4D 42 4F 15F 3F D
Octal 65 14 22 0 115 102 117 537 77 15
Binary 110101 1100 10010 0 1001101 1000010 1001111 101011111 111111 1101

Color Harmonies of #350C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350C12

Black with #350C12

Text Example


Text Example

White with #350C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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