Html Css Color HEX #53030A Rustic Red

📋 copy color: '#53030A'

red 83 ◦ green 3 ◦ blue 10

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

Shades of Rustic Red #53030A

Tints of Rustic Red #53030A

RGB

 RED value IS 83 (32.81% from 255) = 86.46%

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

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

R = 86.46%
G = 3.13%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#53030A (or 0x53030A) is known color: Rustic Red. HEX triplet: 53, 03 and 0A. RGB value is (83,3,10). Sum of RGB (Red+Green+Blue) = 83+3+10=96 (12% of max value = 765). Red value is 83 (32.81% from 255 or 86.46% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 10 (4.30% from 255 or 10.42% from 96); Max value from RGB is 83 - color contains mainly: red. Hex color #53030A is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53030A is #ACFCF5. Grayscale: #1B1B1B. Windows color (decimal): -11336950 or 656211. OLE color: 656211.

HSL color Cylindrical-coordinate representation of color #53030A: hue angle of 354.75º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #53030A is Cyan = 0, Magento = 0.96, Yellow = 0.88 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 3 10 -
CMYK 0 0.96 0.88 0.67
HSL 354.75º 0.93% 0.17% -
HSV(B) 354.75º 0.96% 0.33% -
XYZ 3.65 1.93 0.47 -
YUV 27.72 118 167.43 -
System Red Green Blue C M Y K H S L
Decimal 83 3 10 0 0.96 0.88 0.67 354.75 0.93 0.17
Hex 53 3 A 0 60 58 43 163 5D 11
Octal 123 3 12 0 140 130 103 543 135 21
Binary 1010011 11 1010 0 1100000 1011000 1000011 101100011 1011101 10001

Color Harmonies of #53030A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53030A

Black with #53030A

Text Example


Text Example

White with #53030A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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