Html Css Color HEX #530103 Rustic Red

📋 copy color: '#530103'

red 83 ◦ green 1 ◦ blue 3

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

Shades of Rustic Red #530103

Tints of Rustic Red #530103

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.45%

R = 95.4%
G = 1.15%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#530103 (or 0x530103) is known color: Rustic Red. HEX triplet: 53, 01 and 03. RGB value is (83,1,3). Sum of RGB (Red+Green+Blue) = 83+1+3=87 (11% of max value = 765). Red value is 83 (32.81% from 255 or 95.40% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 83 - color contains mainly: red. Hex color #530103 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530103 is #ACFEFC. Grayscale: #191919. Windows color (decimal): -11337469 or 196947. OLE color: 196947.

HSL color Cylindrical-coordinate representation of color #530103: hue angle of 358.54º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #530103 is Cyan = 0, Magento = 0.99, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 1 3 -
CMYK 0 0.99 0.96 0.67
HSL 358.54º 0.98% 0.16% -
HSV(B) 358.54º 0.99% 0.33% -
XYZ 3.59 1.87 0.26 -
YUV 25.75 115.17 168.84 -
System Red Green Blue C M Y K H S L
Decimal 83 1 3 0 0.99 0.96 0.67 358.54 0.98 0.16
Hex 53 1 3 0 63 60 43 167 62 10
Octal 123 1 3 0 143 140 103 547 142 20
Binary 1010011 1 11 0 1100011 1100000 1000011 101100111 1100010 10000

Color Harmonies of #530103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530103

Black with #530103

Text Example


Text Example

White with #530103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530103; }

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

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

background-color css

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

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

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

border-color css

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

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

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