Html Css Color HEX #530003 Rustic Red

📋 copy color: '#530003'

red 83 ◦ green 0 ◦ blue 3

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

Shades of Rustic Red #530003

Tints of Rustic Red #530003

RGB

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

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

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

R = 96.51%
G = 0%
B = 3.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#530003 (or 0x530003) is known color: Rustic Red. HEX triplet: 53, 00 and 03. RGB value is (83,0,3). Sum of RGB (Red+Green+Blue) = 83+0+3=86 (11% of max value = 765). Red value is 83 (32.81% from 255 or 96.51% from 86); Green value is 0 (0.39% from 255 or 0% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 83 - color contains mainly: red. Hex color #530003 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530003 is #ACFFFC. Grayscale: #191919. Windows color (decimal): -11337725 or 196691. OLE color: 196691.

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

Color convert

RGB 83 0 3 -
CMYK 0 1 0.96 0.67
HSL 357.83º 1% 0.16% -
HSV(B) 357.83º 1% 0.33% -
XYZ 3.58 1.85 0.25 -
YUV 25.16 115.5 169.26 -
System Red Green Blue C M Y K H S L
Decimal 83 0 3 0 1 0.96 0.67 357.83 1 0.16
Hex 53 0 3 0 64 60 43 166 64 10
Octal 123 0 3 0 144 140 103 546 144 20
Binary 1010011 0 11 0 1100100 1100000 1000011 101100110 1100100 10000

Color Harmonies of #530003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530003

Black with #530003

Text Example


Text Example

White with #530003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530003; }

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

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

background-color css

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

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

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

border-color css

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

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

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