Html Css Color HEX #530409 Rustic Red

📋 copy color: '#530409'

red 83 ◦ green 4 ◦ blue 9

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

Shades of Rustic Red #530409

Tints of Rustic Red #530409

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.17%

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

R = 86.46%
G = 4.17%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#530409 (or 0x530409) is known color: Rustic Red. HEX triplet: 53, 04 and 09. RGB value is (83,4,9). Sum of RGB (Red+Green+Blue) = 83+4+9=96 (12% of max value = 765). Red value is 83 (32.81% from 255 or 86.46% from 96); Green value is 4 (1.95% from 255 or 4.17% from 96); Blue value is 9 (3.91% from 255 or 9.38% from 96); Max value from RGB is 83 - color contains mainly: red. Hex color #530409 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530409 is #ACFBF6. Grayscale: #1C1C1C. Windows color (decimal): -11336695 or 590931. OLE color: 590931.

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

Color convert

RGB 83 4 9 -
CMYK 0 0.95 0.89 0.67
HSL 356.2º 0.91% 0.17% -
HSV(B) 356.2º 0.95% 0.33% -
XYZ 3.66 1.95 0.44 -
YUV 28.19 117.17 167.09 -
System Red Green Blue C M Y K H S L
Decimal 83 4 9 0 0.95 0.89 0.67 356.2 0.91 0.17
Hex 53 4 9 0 5F 59 43 164 5B 11
Octal 123 4 11 0 137 131 103 544 133 21
Binary 1010011 100 1001 0 1011111 1011001 1000011 101100100 1011011 10001

Color Harmonies of #530409

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530409

Black with #530409

Text Example


Text Example

White with #530409

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530409; }

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

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

background-color css

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

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

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

border-color css

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

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

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