Html Css Color HEX #530102 Rustic Red

📋 copy color: '#530102'

red 83 ◦ green 1 ◦ blue 2

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

Shades of Rustic Red #530102

Tints of Rustic Red #530102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.33%

R = 96.51%
G = 1.16%
B = 2.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#530102 (or 0x530102) is known color: Rustic Red. HEX triplet: 53, 01 and 02. RGB value is (83,1,2). Sum of RGB (Red+Green+Blue) = 83+1+2=86 (11% of max value = 765). Red value is 83 (32.81% from 255 or 96.51% from 86); Green value is 1 (0.78% from 255 or 1.16% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 83 - color contains mainly: red. Hex color #530102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530102 is #ACFEFD. Grayscale: #191919. Windows color (decimal): -11337470 or 131411. OLE color: 131411.

HSL color Cylindrical-coordinate representation of color #530102: hue angle of 359.27º 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 #530102 is Cyan = 0, Magento = 0.99, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 1 2 -
CMYK 0 0.99 0.98 0.67
HSL 359.27º 0.98% 0.16% -
HSV(B) 359.27º 0.99% 0.33% -
XYZ 3.59 1.87 0.23 -
YUV 25.63 114.67 168.92 -
System Red Green Blue C M Y K H S L
Decimal 83 1 2 0 0.99 0.98 0.67 359.27 0.98 0.16
Hex 53 1 2 0 63 62 43 167 62 10
Octal 123 1 2 0 143 142 103 547 142 20
Binary 1010011 1 10 0 1100011 1100010 1000011 101100111 1100010 10000

Color Harmonies of #530102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530102

Black with #530102

Text Example


Text Example

White with #530102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530102; }

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

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

background-color css

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

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

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

border-color css

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

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

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