Html Css Color HEX #530205 Rustic Red

📋 copy color: '#530205'

red 83 ◦ green 2 ◦ blue 5

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

Shades of Rustic Red #530205

Tints of Rustic Red #530205

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.22%

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

R = 92.22%
G = 2.22%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#530205 (or 0x530205) is known color: Rustic Red. HEX triplet: 53, 02 and 05. RGB value is (83,2,5). Sum of RGB (Red+Green+Blue) = 83+2+5=90 (11% of max value = 765). Red value is 83 (32.81% from 255 or 92.22% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 5 (2.34% from 255 or 5.56% from 90); Max value from RGB is 83 - color contains mainly: red. Hex color #530205 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530205 is #ACFDFA. Grayscale: #1A1A1A. Windows color (decimal): -11337211 or 328275. OLE color: 328275.

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

Color convert

RGB 83 2 5 -
CMYK 0 0.98 0.94 0.67
HSL 357.78º 0.95% 0.17% -
HSV(B) 357.78º 0.98% 0.33% -
XYZ 3.62 1.89 0.32 -
YUV 26.56 115.84 168.26 -
System Red Green Blue C M Y K H S L
Decimal 83 2 5 0 0.98 0.94 0.67 357.78 0.95 0.17
Hex 53 2 5 0 62 5E 43 166 5F 11
Octal 123 2 5 0 142 136 103 546 137 21
Binary 1010011 10 101 0 1100010 1011110 1000011 101100110 1011111 10001

Color Harmonies of #530205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530205

Black with #530205

Text Example


Text Example

White with #530205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530205; }

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

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

background-color css

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

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

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

border-color css

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

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

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