Html Css Color HEX #530208 Rustic Red

📋 copy color: '#530208'

red 83 ◦ green 2 ◦ blue 8

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

Shades of Rustic Red #530208

Tints of Rustic Red #530208

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.15%

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

R = 89.25%
G = 2.15%
B = 8.6%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#530208 (or 0x530208) is known color: Rustic Red. HEX triplet: 53, 02 and 08. RGB value is (83,2,8). Sum of RGB (Red+Green+Blue) = 83+2+8=93 (12% of max value = 765). Red value is 83 (32.81% from 255 or 89.25% from 93); Green value is 2 (1.17% from 255 or 2.15% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 83 - color contains mainly: red. Hex color #530208 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530208 is #ACFDF7. Grayscale: #1A1A1A. Windows color (decimal): -11337208 or 524883. OLE color: 524883.

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

Color convert

RGB 83 2 8 -
CMYK 0 0.98 0.90 0.67
HSL 355.56º 0.95% 0.17% -
HSV(B) 355.56º 0.98% 0.33% -
XYZ 3.63 1.9 0.4 -
YUV 26.9 117.34 168.01 -
System Red Green Blue C M Y K H S L
Decimal 83 2 8 0 0.98 0.90 0.67 355.56 0.95 0.17
Hex 53 2 8 0 62 5A 43 164 5F 11
Octal 123 2 10 0 142 132 103 544 137 21
Binary 1010011 10 1000 0 1100010 1011010 1000011 101100100 1011111 10001

Color Harmonies of #530208

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530208

Black with #530208

Text Example


Text Example

White with #530208

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530208; }

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

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

background-color css

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

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

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

border-color css

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

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

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