Html Css Color HEX #530307 Rustic Red

📋 copy color: '#530307'

red 83 ◦ green 3 ◦ blue 7

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

Shades of Rustic Red #530307

Tints of Rustic Red #530307

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.23%

 BLUE value IS 7 (3.13% from 255) = 7.53%

R = 89.25%
G = 3.23%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#530307 (or 0x530307) is known color: Rustic Red. HEX triplet: 53, 03 and 07. RGB value is (83,3,7). Sum of RGB (Red+Green+Blue) = 83+3+7=93 (12% of max value = 765). Red value is 83 (32.81% from 255 or 89.25% from 93); Green value is 3 (1.56% from 255 or 3.23% from 93); Blue value is 7 (3.12% from 255 or 7.53% from 93); Max value from RGB is 83 - color contains mainly: red. Hex color #530307 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530307 is #ACFCF8. Grayscale: #1B1B1B. Windows color (decimal): -11336953 or 459603. OLE color: 459603.

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

Color convert

RGB 83 3 7 -
CMYK 0 0.96 0.92 0.67
HSL 357º 0.93% 0.17% -
HSV(B) 357º 0.96% 0.33% -
XYZ 3.64 1.92 0.38 -
YUV 27.38 116.5 167.67 -
System Red Green Blue C M Y K H S L
Decimal 83 3 7 0 0.96 0.92 0.67 357 0.93 0.17
Hex 53 3 7 0 60 5C 43 165 5D 11
Octal 123 3 7 0 140 134 103 545 135 21
Binary 1010011 11 111 0 1100000 1011100 1000011 101100101 1011101 10001

Color Harmonies of #530307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530307

Black with #530307

Text Example


Text Example

White with #530307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530307; }

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

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

background-color css

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

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

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

border-color css

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

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

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