Html Css Color HEX #530C0D Rustic Red

📋 copy color: '#530C0D'

red 83 ◦ green 12 ◦ blue 13

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

Shades of Rustic Red #530C0D

Tints of Rustic Red #530C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.11%

 BLUE value IS 13 (5.47% from 255) = 12.04%

R = 76.85%
G = 11.11%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#530C0D (or 0x530C0D) is known color: Rustic Red. HEX triplet: 53, 0C and 0D. RGB value is (83,12,13). Sum of RGB (Red+Green+Blue) = 83+12+13=108 (14% of max value = 765). Red value is 83 (32.81% from 255 or 76.85% from 108); Green value is 12 (5.08% from 255 or 11.11% from 108); Blue value is 13 (5.47% from 255 or 12.04% from 108); Max value from RGB is 83 - color contains mainly: red. Hex color #530C0D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530C0D is #ACF3F2. Grayscale: #212121. Windows color (decimal): -11334643 or 855123. OLE color: 855123.

HSL color Cylindrical-coordinate representation of color #530C0D: hue angle of 359.15º degrees, saturation: 0.75, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #530C0D is Cyan = 0, Magento = 0.86, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 12 13 -
CMYK 0 0.86 0.84 0.67
HSL 359.15º 0.75% 0.19% -
HSV(B) 359.15º 0.86% 0.33% -
XYZ 3.77 2.13 0.59 -
YUV 33.34 116.52 163.42 -
System Red Green Blue C M Y K H S L
Decimal 83 12 13 0 0.86 0.84 0.67 359.15 0.75 0.19
Hex 53 C D 0 56 54 43 167 4B 13
Octal 123 14 15 0 126 124 103 547 113 23
Binary 1010011 1100 1101 0 1010110 1010100 1000011 101100111 1001011 10011

Color Harmonies of #530C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530C0D

Black with #530C0D

Text Example


Text Example

White with #530C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530C0D; }

 p { color: rgb(83,12,13); }

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

background-color css

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

 a { background-color: rgb(83,12,13); }

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

border-color css

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

 span { border-color: rgb(83,12,13); }

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