Html Css Color HEX #530107 Rustic Red

📋 copy color: '#530107'

red 83 ◦ green 1 ◦ blue 7

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

Shades of Rustic Red #530107

Tints of Rustic Red #530107

RGB

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

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

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

R = 91.21%
G = 1.1%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#530107 (or 0x530107) is known color: Rustic Red. HEX triplet: 53, 01 and 07. RGB value is (83,1,7). Sum of RGB (Red+Green+Blue) = 83+1+7=91 (12% of max value = 765). Red value is 83 (32.81% from 255 or 91.21% from 91); Green value is 1 (0.78% from 255 or 1.10% from 91); Blue value is 7 (3.12% from 255 or 7.69% from 91); Max value from RGB is 83 - color contains mainly: red. Hex color #530107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530107 is #ACFEF8. Grayscale: #1A1A1A. Windows color (decimal): -11337465 or 459091. OLE color: 459091.

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

Color convert

RGB 83 1 7 -
CMYK 0 0.99 0.92 0.67
HSL 355.61º 0.98% 0.16% -
HSV(B) 355.61º 0.99% 0.33% -
XYZ 3.62 1.88 0.37 -
YUV 26.2 117.17 168.51 -
System Red Green Blue C M Y K H S L
Decimal 83 1 7 0 0.99 0.92 0.67 355.61 0.98 0.16
Hex 53 1 7 0 63 5C 43 164 62 10
Octal 123 1 7 0 143 134 103 544 142 20
Binary 1010011 1 111 0 1100011 1011100 1000011 101100100 1100010 10000

Color Harmonies of #530107

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530107

Black with #530107

Text Example


Text Example

White with #530107

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530107; }

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

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

background-color css

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

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

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

border-color css

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

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

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