Html Css Color HEX #530108 Rustic Red

📋 copy color: '#530108'

red 83 ◦ green 1 ◦ blue 8

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

Shades of Rustic Red #530108

Tints of Rustic Red #530108

RGB

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

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

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

R = 90.22%
G = 1.09%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#530108 (or 0x530108) is known color: Rustic Red. HEX triplet: 53, 01 and 08. RGB value is (83,1,8). Sum of RGB (Red+Green+Blue) = 83+1+8=92 (12% of max value = 765). Red value is 83 (32.81% from 255 or 90.22% from 92); Green value is 1 (0.78% from 255 or 1.09% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 83 - color contains mainly: red. Hex color #530108 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530108 is #ACFEF7. Grayscale: #1A1A1A. Windows color (decimal): -11337464 or 524627. OLE color: 524627.

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

Color convert

RGB 83 1 8 -
CMYK 0 0.99 0.90 0.67
HSL 354.88º 0.98% 0.16% -
HSV(B) 354.88º 0.99% 0.33% -
XYZ 3.62 1.88 0.4 -
YUV 26.32 117.67 168.43 -
System Red Green Blue C M Y K H S L
Decimal 83 1 8 0 0.99 0.90 0.67 354.88 0.98 0.16
Hex 53 1 8 0 63 5A 43 163 62 10
Octal 123 1 10 0 143 132 103 543 142 20
Binary 1010011 1 1000 0 1100011 1011010 1000011 101100011 1100010 10000

Color Harmonies of #530108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530108

Black with #530108

Text Example


Text Example

White with #530108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530108; }

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

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

background-color css

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

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

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

border-color css

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

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

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