Html Css Color HEX #350F14 Rustic Red

📋 copy color: '#350F14'

red 53 ◦ green 15 ◦ blue 20

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

Shades of Rustic Red #350F14

Tints of Rustic Red #350F14

RGB

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

 GREEN value IS 15 (6.25% from 255) = 17.05%

 BLUE value IS 20 (8.2% from 255) = 22.73%

R = 60.23%
G = 17.05%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.62

 K value IS 0.79

RGB Variations

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

Color information

#350F14 (or 0x350F14) is known color: Rustic Red. HEX triplet: 35, 0F and 14. RGB value is (53,15,20). Sum of RGB (Red+Green+Blue) = 53+15+20=88 (11% of max value = 765). Red value is 53 (21.09% from 255 or 60.23% from 88); Green value is 15 (6.25% from 255 or 17.05% from 88); Blue value is 20 (8.20% from 255 or 22.73% from 88); Max value from RGB is 53 - color contains mainly: red. Hex color #350F14 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #350F14 is #CAF0EB. Grayscale: #1A1A1A. Windows color (decimal): -13299948 or 1314613. OLE color: 1314613.

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

Color convert

RGB 53 15 20 -
CMYK 0 0.72 0.62 0.79
HSL 352.11º 0.56% 0.13% -
HSV(B) 352.11º 0.72% 0.21% -
XYZ 1.77 1.15 0.79 -
YUV 26.93 124.09 146.59 -
System Red Green Blue C M Y K H S L
Decimal 53 15 20 0 0.72 0.62 0.79 352.11 0.56 0.13
Hex 35 F 14 0 48 3E 4F 160 38 D
Octal 65 17 24 0 110 76 117 540 70 15
Binary 110101 1111 10100 0 1001000 111110 1001111 101100000 111000 1101

Color Harmonies of #350F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350F14

Black with #350F14

Text Example


Text Example

White with #350F14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,15,20); }

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

background-color css

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

 a { background-color: rgb(53,15,20); }

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

border-color css

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

 span { border-color: rgb(53,15,20); }

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