Html Css Color HEX #530708 Rustic Red

📋 copy color: '#530708'

red 83 ◦ green 7 ◦ blue 8

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

Shades of Rustic Red #530708

Tints of Rustic Red #530708

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.14%

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

R = 84.69%
G = 7.14%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#530708 (or 0x530708) is known color: Rustic Red. HEX triplet: 53, 07 and 08. RGB value is (83,7,8). Sum of RGB (Red+Green+Blue) = 83+7+8=98 (12% of max value = 765). Red value is 83 (32.81% from 255 or 84.69% from 98); Green value is 7 (3.12% from 255 or 7.14% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 83 - color contains mainly: red. Hex color #530708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530708 is #ACF8F7. Grayscale: #1D1D1D. Windows color (decimal): -11335928 or 526163. OLE color: 526163.

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

Color convert

RGB 83 7 8 -
CMYK 0 0.92 0.90 0.67
HSL 359.21º 0.84% 0.18% -
HSV(B) 359.21º 0.92% 0.33% -
XYZ 3.69 2.01 0.42 -
YUV 29.84 115.68 165.92 -
System Red Green Blue C M Y K H S L
Decimal 83 7 8 0 0.92 0.90 0.67 359.21 0.84 0.18
Hex 53 7 8 0 5C 5A 43 167 54 12
Octal 123 7 10 0 134 132 103 547 124 22
Binary 1010011 111 1000 0 1011100 1011010 1000011 101100111 1010100 10010

Color Harmonies of #530708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530708

Black with #530708

Text Example


Text Example

White with #530708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530708; }

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

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

background-color css

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

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

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

border-color css

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

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

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