Html Css Color HEX #35030A Rustic Red

📋 copy color: '#35030A'

red 53 ◦ green 3 ◦ blue 10

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

Shades of Rustic Red #35030A

Tints of Rustic Red #35030A

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.55%

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

R = 80.3%
G = 4.55%
B = 15.15%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.79

RGB Variations

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

Color information

#35030A (or 0x35030A) is known color: Rustic Red. HEX triplet: 35, 03 and 0A. RGB value is (53,3,10). Sum of RGB (Red+Green+Blue) = 53+3+10=66 (8% of max value = 765). Red value is 53 (21.09% from 255 or 80.30% from 66); Green value is 3 (1.56% from 255 or 4.55% from 66); Blue value is 10 (4.30% from 255 or 15.15% from 66); Max value from RGB is 53 - color contains mainly: red. Hex color #35030A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #35030A is #CAFCF5. Grayscale: #121212. Windows color (decimal): -13303030 or 656181. OLE color: 656181.

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

Color convert

RGB 53 3 10 -
CMYK 0 0.94 0.81 0.79
HSL 351.6º 0.89% 0.11% -
HSV(B) 351.6º 0.94% 0.21% -
XYZ 1.56 0.84 0.37 -
YUV 18.75 123.07 152.43 -
System Red Green Blue C M Y K H S L
Decimal 53 3 10 0 0.94 0.81 0.79 351.6 0.89 0.11
Hex 35 3 A 0 5E 51 4F 160 59 B
Octal 65 3 12 0 136 121 117 540 131 13
Binary 110101 11 1010 0 1011110 1010001 1001111 101100000 1011001 1011

Color Harmonies of #35030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35030A

Black with #35030A

Text Example


Text Example

White with #35030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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