Html Css Color HEX #350A1A Rustic Red

📋 copy color: '#350A1A'

red 53 ◦ green 10 ◦ blue 26

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

Shades of Rustic Red #350A1A

Tints of Rustic Red #350A1A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 11.24%

 BLUE value IS 26 (10.55% from 255) = 29.21%

R = 59.55%
G = 11.24%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.51

 K value IS 0.79

RGB Variations

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

Color information

#350A1A (or 0x350A1A) is known color: Rustic Red. HEX triplet: 35, 0A and 1A. RGB value is (53,10,26). Sum of RGB (Red+Green+Blue) = 53+10+26=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 10 (4.30% from 255 or 11.24% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #350A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #350A1A is #CAF5E5. Grayscale: #181818. Windows color (decimal): -13301222 or 1706549. OLE color: 1706549.

HSL color Cylindrical-coordinate representation of color #350A1A: hue angle of 337.67º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #350A1A is Cyan = 0, Magento = 0.81, Yellow = 0.51 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 10 26 -
CMYK 0 0.81 0.51 0.79
HSL 337.67º 0.68% 0.12% -
HSV(B) 337.67º 0.81% 0.21% -
XYZ 1.76 1.05 1.09 -
YUV 24.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 53 10 26 0 0.81 0.51 0.79 337.67 0.68 0.12
Hex 35 A 1A 0 51 33 4F 152 44 C
Octal 65 12 32 0 121 63 117 522 104 14
Binary 110101 1010 11010 0 1010001 110011 1001111 101010010 1000100 1100

Color Harmonies of #350A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #350A1A

Black with #350A1A

Text Example


Text Example

White with #350A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,10,26); }

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

background-color css

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

 a { background-color: rgb(53,10,26); }

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

border-color css

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

 span { border-color: rgb(53,10,26); }

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