Html Css Color HEX #530104 Rustic Red

📋 copy color: '#530104'

red 83 ◦ green 1 ◦ blue 4

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

Shades of Rustic Red #530104

Tints of Rustic Red #530104

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.55%

R = 94.32%
G = 1.14%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#530104 (or 0x530104) is known color: Rustic Red. HEX triplet: 53, 01 and 04. RGB value is (83,1,4). Sum of RGB (Red+Green+Blue) = 83+1+4=88 (11% of max value = 765). Red value is 83 (32.81% from 255 or 94.32% from 88); Green value is 1 (0.78% from 255 or 1.14% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 83 - color contains mainly: red. Hex color #530104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530104 is #ACFEFB. Grayscale: #191919. Windows color (decimal): -11337468 or 262483. OLE color: 262483.

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

Color convert

RGB 83 1 4 -
CMYK 0 0.99 0.95 0.67
HSL 357.8º 0.98% 0.16% -
HSV(B) 357.8º 0.99% 0.33% -
XYZ 3.6 1.87 0.29 -
YUV 25.86 115.67 168.76 -
System Red Green Blue C M Y K H S L
Decimal 83 1 4 0 0.99 0.95 0.67 357.8 0.98 0.16
Hex 53 1 4 0 63 5F 43 166 62 10
Octal 123 1 4 0 143 137 103 546 142 20
Binary 1010011 1 100 0 1100011 1011111 1000011 101100110 1100010 10000

Color Harmonies of #530104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530104

Black with #530104

Text Example


Text Example

White with #530104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530104; }

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

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

background-color css

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

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

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

border-color css

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

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

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