Html Css Color HEX #530001 Rustic Red

📋 copy color: '#530001'

red 83 ◦ green 0 ◦ blue 1

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

Shades of Rustic Red #530001

Tints of Rustic Red #530001

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 1 (0.78% from 255) = 1.19%

R = 98.81%
G = 0%
B = 1.19%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.99

 K value IS 0.67

RGB Variations

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

Color information

#530001 (or 0x530001) is known color: Rustic Red. HEX triplet: 53, 00 and 01. RGB value is (83,0,1). Sum of RGB (Red+Green+Blue) = 83+0+1=84 (11% of max value = 765). Red value is 83 (32.81% from 255 or 98.81% from 84); Green value is 0 (0.39% from 255 or 0% from 84); Blue value is 1 (0.78% from 255 or 1.19% from 84); Max value from RGB is 83 - color contains mainly: red. Hex color #530001 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530001 is #ACFFFE. Grayscale: #191919. Windows color (decimal): -11337727 or 65619. OLE color: 65619.

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

Color convert

RGB 83 0 1 -
CMYK 0 1 0.99 0.67
HSL 359.28º 1% 0.16% -
HSV(B) 359.28º 1% 0.33% -
XYZ 3.57 1.84 0.2 -
YUV 24.93 114.5 169.42 -
System Red Green Blue C M Y K H S L
Decimal 83 0 1 0 1 0.99 0.67 359.28 1 0.16
Hex 53 0 1 0 64 63 43 167 64 10
Octal 123 0 1 0 144 143 103 547 144 20
Binary 1010011 0 1 0 1100100 1100011 1000011 101100111 1100100 10000

Color Harmonies of #530001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530001

Black with #530001

Text Example


Text Example

White with #530001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530001; }

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

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

background-color css

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

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

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

border-color css

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

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

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