Html Css Color HEX #530A0B Rustic Red

📋 copy color: '#530A0B'

red 83 ◦ green 10 ◦ blue 11

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

Shades of Rustic Red #530A0B

Tints of Rustic Red #530A0B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.62%

 BLUE value IS 11 (4.69% from 255) = 10.58%

R = 79.81%
G = 9.62%
B = 10.58%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#530A0B (or 0x530A0B) is known color: Rustic Red. HEX triplet: 53, 0A and 0B. RGB value is (83,10,11). Sum of RGB (Red+Green+Blue) = 83+10+11=104 (13% of max value = 765). Red value is 83 (32.81% from 255 or 79.81% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 11 (4.69% from 255 or 10.58% from 104); Max value from RGB is 83 - color contains mainly: red. Hex color #530A0B is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530A0B is #ACF5F4. Grayscale: #202020. Windows color (decimal): -11335157 or 723539. OLE color: 723539.

HSL color Cylindrical-coordinate representation of color #530A0B: hue angle of 359.18º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #530A0B is Cyan = 0, Magento = 0.88, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 10 11 -
CMYK 0 0.88 0.87 0.67
HSL 359.18º 0.78% 0.18% -
HSV(B) 359.18º 0.88% 0.33% -
XYZ 3.74 2.08 0.52 -
YUV 31.94 116.18 164.42 -
System Red Green Blue C M Y K H S L
Decimal 83 10 11 0 0.88 0.87 0.67 359.18 0.78 0.18
Hex 53 A B 0 58 57 43 167 4E 12
Octal 123 12 13 0 130 127 103 547 116 22
Binary 1010011 1010 1011 0 1011000 1010111 1000011 101100111 1001110 10010

Color Harmonies of #530A0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530A0B

Black with #530A0B

Text Example


Text Example

White with #530A0B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,10,11); }

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

background-color css

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

 a { background-color: rgb(83,10,11); }

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

border-color css

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

 span { border-color: rgb(83,10,11); }

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