Html Css Color HEX #530009 Rustic Red

📋 copy color: '#530009'

red 83 ◦ green 0 ◦ blue 9

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

Shades of Rustic Red #530009

Tints of Rustic Red #530009

RGB

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

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

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

R = 90.22%
G = 0%
B = 9.78%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#530009 (or 0x530009) is known color: Rustic Red. HEX triplet: 53, 00 and 09. RGB value is (83,0,9). Sum of RGB (Red+Green+Blue) = 83+0+9=92 (12% of max value = 765). Red value is 83 (32.81% from 255 or 90.22% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 9 (3.91% from 255 or 9.78% from 92); Max value from RGB is 83 - color contains mainly: red. Hex color #530009 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530009 is #ACFFF6. Grayscale: #191919. Windows color (decimal): -11337719 or 589907. OLE color: 589907.

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

Color convert

RGB 83 0 9 -
CMYK 0 1 0.89 0.67
HSL 353.49º 1% 0.16% -
HSV(B) 353.49º 1% 0.33% -
XYZ 3.62 1.86 0.43 -
YUV 25.84 118.5 168.77 -
System Red Green Blue C M Y K H S L
Decimal 83 0 9 0 1 0.89 0.67 353.49 1 0.16
Hex 53 0 9 0 64 59 43 161 64 10
Octal 123 0 11 0 144 131 103 541 144 20
Binary 1010011 0 1001 0 1100100 1011001 1000011 101100001 1100100 10000

Color Harmonies of #530009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530009

Black with #530009

Text Example


Text Example

White with #530009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530009; }

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

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

background-color css

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

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

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

border-color css

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

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

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