Html Css Color HEX #530005 Rustic Red

📋 copy color: '#530005'

red 83 ◦ green 0 ◦ blue 5

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

Shades of Rustic Red #530005

Tints of Rustic Red #530005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 5.68%

R = 94.32%
G = 0%
B = 5.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#530005 (or 0x530005) is known color: Rustic Red. HEX triplet: 53, 00 and 05. RGB value is (83,0,5). Sum of RGB (Red+Green+Blue) = 83+0+5=88 (11% of max value = 765). Red value is 83 (32.81% from 255 or 94.32% from 88); Green value is 0 (0.39% from 255 or 0% from 88); Blue value is 5 (2.34% from 255 or 5.68% from 88); Max value from RGB is 83 - color contains mainly: red. Hex color #530005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530005 is #ACFFFA. Grayscale: #191919. Windows color (decimal): -11337723 or 327763. OLE color: 327763.

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

Color convert

RGB 83 0 5 -
CMYK 0 1 0.94 0.67
HSL 356.39º 1% 0.16% -
HSV(B) 356.39º 1% 0.33% -
XYZ 3.59 1.85 0.31 -
YUV 25.39 116.5 169.09 -
System Red Green Blue C M Y K H S L
Decimal 83 0 5 0 1 0.94 0.67 356.39 1 0.16
Hex 53 0 5 0 64 5E 43 164 64 10
Octal 123 0 5 0 144 136 103 544 144 20
Binary 1010011 0 101 0 1100100 1011110 1000011 101100100 1100100 10000

Color Harmonies of #530005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530005

Black with #530005

Text Example


Text Example

White with #530005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530005; }

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

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

background-color css

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

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

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

border-color css

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

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

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