Html Css Color HEX #530109 Rustic Red

📋 copy color: '#530109'

red 83 ◦ green 1 ◦ blue 9

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

Shades of Rustic Red #530109

Tints of Rustic Red #530109

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 9.68%

R = 89.25%
G = 1.08%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#530109 (or 0x530109) is known color: Rustic Red. HEX triplet: 53, 01 and 09. RGB value is (83,1,9). Sum of RGB (Red+Green+Blue) = 83+1+9=93 (12% of max value = 765). Red value is 83 (32.81% from 255 or 89.25% from 93); Green value is 1 (0.78% from 255 or 1.08% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 83 - color contains mainly: red. Hex color #530109 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530109 is #ACFEF6. Grayscale: #1A1A1A. Windows color (decimal): -11337463 or 590163. OLE color: 590163.

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

Color convert

RGB 83 1 9 -
CMYK 0 0.99 0.89 0.67
HSL 354.15º 0.98% 0.16% -
HSV(B) 354.15º 0.99% 0.33% -
XYZ 3.63 1.88 0.43 -
YUV 26.43 118.17 168.35 -
System Red Green Blue C M Y K H S L
Decimal 83 1 9 0 0.99 0.89 0.67 354.15 0.98 0.16
Hex 53 1 9 0 63 59 43 162 62 10
Octal 123 1 11 0 143 131 103 542 142 20
Binary 1010011 1 1001 0 1100011 1011001 1000011 101100010 1100010 10000

Color Harmonies of #530109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530109

Black with #530109

Text Example


Text Example

White with #530109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530109; }

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

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

background-color css

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

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

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

border-color css

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

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

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