Html Css Color HEX #530306 Rustic Red

📋 copy color: '#530306'

red 83 ◦ green 3 ◦ blue 6

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

Shades of Rustic Red #530306

Tints of Rustic Red #530306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 6.52%

R = 90.22%
G = 3.26%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#530306 (or 0x530306) is known color: Rustic Red. HEX triplet: 53, 03 and 06. RGB value is (83,3,6). Sum of RGB (Red+Green+Blue) = 83+3+6=92 (12% of max value = 765). Red value is 83 (32.81% from 255 or 90.22% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 6 (2.73% from 255 or 6.52% from 92); Max value from RGB is 83 - color contains mainly: red. Hex color #530306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #530306 is #ACFCF9. Grayscale: #1B1B1B. Windows color (decimal): -11336954 or 394067. OLE color: 394067.

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

Color convert

RGB 83 3 6 -
CMYK 0 0.96 0.93 0.67
HSL 357.75º 0.93% 0.17% -
HSV(B) 357.75º 0.96% 0.33% -
XYZ 3.63 1.92 0.35 -
YUV 27.26 116 167.76 -
System Red Green Blue C M Y K H S L
Decimal 83 3 6 0 0.96 0.93 0.67 357.75 0.93 0.17
Hex 53 3 6 0 60 5D 43 166 5D 11
Octal 123 3 6 0 140 135 103 546 135 21
Binary 1010011 11 110 0 1100000 1011101 1000011 101100110 1011101 10001

Color Harmonies of #530306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #530306

Black with #530306

Text Example


Text Example

White with #530306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #530306; }

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

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

background-color css

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

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

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

border-color css

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

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

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