Html Css Color HEX #530405 Rustic Red

📋 copy color: '#530405'

red 83 ◦ green 4 ◦ blue 5

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

Shades of Rustic Red #530405

Tints of Rustic Red #530405

RGB

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

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

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

R = 90.22%
G = 4.35%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#530405 (or 0x530405) is known color: Rustic Red. HEX triplet: 53, 04 and 05. RGB value is (83,4,5). Sum of RGB (Red+Green+Blue) = 83+4+5=92 (12% of max value = 765). Red value is 83 (32.81% from 255 or 90.22% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 5 (2.34% from 255 or 5.43% from 92); Max value from RGB is 83 - color contains mainly: red. Hex color #530405 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530405 is #ACFBFA. Grayscale: #1B1B1B. Windows color (decimal): -11336699 or 328787. OLE color: 328787.

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

Color convert

RGB 83 4 5 -
CMYK 0 0.95 0.94 0.67
HSL 359.24º 0.91% 0.17% -
HSV(B) 359.24º 0.95% 0.33% -
XYZ 3.64 1.94 0.33 -
YUV 27.74 115.17 167.42 -
System Red Green Blue C M Y K H S L
Decimal 83 4 5 0 0.95 0.94 0.67 359.24 0.91 0.17
Hex 53 4 5 0 5F 5E 43 167 5B 11
Octal 123 4 5 0 137 136 103 547 133 21
Binary 1010011 100 101 0 1011111 1011110 1000011 101100111 1011011 10001

Color Harmonies of #530405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530405

Black with #530405

Text Example


Text Example

White with #530405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530405; }

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

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

background-color css

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

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

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

border-color css

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

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

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