Html Css Color HEX #350C17 Rustic Red

📋 copy color: '#350C17'

red 53 ◦ green 12 ◦ blue 23

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

Shades of Rustic Red #350C17

Tints of Rustic Red #350C17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 26.14%

R = 60.23%
G = 13.64%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.57

 K value IS 0.79

RGB Variations

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

Color information

#350C17 (or 0x350C17) is known color: Rustic Red. HEX triplet: 35, 0C and 17. RGB value is (53,12,23). Sum of RGB (Red+Green+Blue) = 53+12+23=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #350C17 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350C17 is #CAF3E8. Grayscale: #191919. Windows color (decimal): -13300713 or 1510453. OLE color: 1510453.

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

Color convert

RGB 53 12 23 -
CMYK 0 0.77 0.57 0.79
HSL 343.9º 0.63% 0.13% -
HSV(B) 343.9º 0.77% 0.21% -
XYZ 1.75 1.08 0.93 -
YUV 25.51 126.58 147.61 -
System Red Green Blue C M Y K H S L
Decimal 53 12 23 0 0.77 0.57 0.79 343.9 0.63 0.13
Hex 35 C 17 0 4D 39 4F 158 3F D
Octal 65 14 27 0 115 71 117 530 77 15
Binary 110101 1100 10111 0 1001101 111001 1001111 101011000 111111 1101

Color Harmonies of #350C17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350C17

Black with #350C17

Text Example


Text Example

White with #350C17

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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