Html Css Color HEX #530508 Rustic Red

📋 copy color: '#530508'

red 83 ◦ green 5 ◦ blue 8

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

Shades of Rustic Red #530508

Tints of Rustic Red #530508

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.21%

 BLUE value IS 8 (3.52% from 255) = 8.33%

R = 86.46%
G = 5.21%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#530508 (or 0x530508) is known color: Rustic Red. HEX triplet: 53, 05 and 08. RGB value is (83,5,8). Sum of RGB (Red+Green+Blue) = 83+5+8=96 (12% of max value = 765). Red value is 83 (32.81% from 255 or 86.46% from 96); Green value is 5 (2.34% from 255 or 5.21% from 96); Blue value is 8 (3.52% from 255 or 8.33% from 96); Max value from RGB is 83 - color contains mainly: red. Hex color #530508 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530508 is #ACFAF7. Grayscale: #1C1C1C. Windows color (decimal): -11336440 or 525651. OLE color: 525651.

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

Color convert

RGB 83 5 8 -
CMYK 0 0.94 0.90 0.67
HSL 357.69º 0.89% 0.17% -
HSV(B) 357.69º 0.94% 0.33% -
XYZ 3.67 1.97 0.42 -
YUV 28.66 116.34 166.76 -
System Red Green Blue C M Y K H S L
Decimal 83 5 8 0 0.94 0.90 0.67 357.69 0.89 0.17
Hex 53 5 8 0 5E 5A 43 166 59 11
Octal 123 5 10 0 136 132 103 546 131 21
Binary 1010011 101 1000 0 1011110 1011010 1000011 101100110 1011001 10001

Color Harmonies of #530508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530508

Black with #530508

Text Example


Text Example

White with #530508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530508; }

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

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

background-color css

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

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

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

border-color css

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

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

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