Html Css Color HEX #35010A Rustic Red

📋 copy color: '#35010A'

red 53 ◦ green 1 ◦ blue 10

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

Shades of Rustic Red #35010A

Tints of Rustic Red #35010A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.56%

 BLUE value IS 10 (4.3% from 255) = 15.63%

R = 82.81%
G = 1.56%
B = 15.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#35010A (or 0x35010A) is known color: Rustic Red. HEX triplet: 35, 01 and 0A. RGB value is (53,1,10). Sum of RGB (Red+Green+Blue) = 53+1+10=64 (8% of max value = 765). Red value is 53 (21.09% from 255 or 82.81% from 64); Green value is 1 (0.78% from 255 or 1.56% from 64); Blue value is 10 (4.30% from 255 or 15.62% from 64); Max value from RGB is 53 - color contains mainly: red. Hex color #35010A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35010A is #CAFEF5. Grayscale: #111111. Windows color (decimal): -13303542 or 655669. OLE color: 655669.

HSL color Cylindrical-coordinate representation of color #35010A: hue angle of 349.62º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #35010A is Cyan = 0, Magento = 0.98, Yellow = 0.81 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 1 10 -
CMYK 0 0.98 0.81 0.79
HSL 349.62º 0.96% 0.11% -
HSV(B) 349.62º 0.98% 0.21% -
XYZ 1.53 0.8 0.36 -
YUV 17.57 123.73 153.27 -
System Red Green Blue C M Y K H S L
Decimal 53 1 10 0 0.98 0.81 0.79 349.62 0.96 0.11
Hex 35 1 A 0 62 51 4F 15E 60 B
Octal 65 1 12 0 142 121 117 536 140 13
Binary 110101 1 1010 0 1100010 1010001 1001111 101011110 1100000 1011

Color Harmonies of #35010A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35010A

Black with #35010A

Text Example


Text Example

White with #35010A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35010A; }

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

 H1.HeaderClassName
 {
   color: #35010A;
 }
 .AnyTagClassName
 {
   color: #35010A;
 }
</style>

background-color css

<style>
 a { background-color: #35010A; }

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

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

border-color css

<style>
 span { border-color: #35010A; }

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

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