Html Css Color HEX #A33306 Rust

📋 copy color: '#A33306'

red 163 ◦ green 51 ◦ blue 6

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

Shades of Rust #A33306

Tints of Rust #A33306

RGB

 RED value IS 163 (64.06% from 255) = 74.09%

 GREEN value IS 51 (20.31% from 255) = 23.18%

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

R = 74.09%
G = 23.18%
B = 2.73%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.36

RGB Variations

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

Color information

#A33306 (or 0xA33306) is known color: Rust. HEX triplet: A3, 33 and 06. RGB value is (163,51,6). Sum of RGB (Red+Green+Blue) = 163+51+6=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 6 (2.73% from 255 or 2.73% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A33306 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33306 is #5CCCF9. Grayscale: #4F4F4F. Windows color (decimal): -6081786 or 406435. OLE color: 406435.

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

Color convert

RGB 163 51 6 -
CMYK 0 0.69 0.96 0.36
HSL 17.2º 0.93% 0.33% -
HSV(B) 17.2º 0.96% 0.64% -
XYZ 16.32 10.17 1.27 -
YUV 79.36 86.61 187.66 -
System Red Green Blue C M Y K H S L
Decimal 163 51 6 0 0.69 0.96 0.36 17.2 0.93 0.33
Hex A3 33 6 0 45 60 24 11 5D 21
Octal 243 63 6 0 105 140 44 21 135 41
Binary 10100011 110011 110 0 1000101 1100000 100100 10001 1011101 100001

Color Harmonies of #A33306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33306

Black with #A33306

Text Example


Text Example

White with #A33306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33306; }

 p { color: rgb(163,51,6); }

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

background-color css

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

 a { background-color: rgb(163,51,6); }

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

border-color css

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

 span { border-color: rgb(163,51,6); }

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