Html Css Color HEX #A33304 Rust

📋 copy color: '#A33304'

red 163 ◦ green 51 ◦ blue 4

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

Shades of Rust #A33304

Tints of Rust #A33304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.83%

R = 74.77%
G = 23.39%
B = 1.83%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A33304 (or 0xA33304) is known color: Rust. HEX triplet: A3, 33 and 04. RGB value is (163,51,4). Sum of RGB (Red+Green+Blue) = 163+51+4=218 (28% of max value = 765). Red value is 163 (64.06% from 255 or 74.77% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 4 (1.95% from 255 or 1.83% from 218); Max value from RGB is 163 - color contains mainly: red. Hex color #A33304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33304 is #5CCCFB. Grayscale: #4F4F4F. Windows color (decimal): -6081788 or 275363. OLE color: 275363.

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

Color convert

RGB 163 51 4 -
CMYK 0 0.69 0.98 0.36
HSL 17.74º 0.95% 0.33% -
HSV(B) 17.74º 0.98% 0.64% -
XYZ 16.31 10.16 1.22 -
YUV 79.13 85.61 187.82 -
System Red Green Blue C M Y K H S L
Decimal 163 51 4 0 0.69 0.98 0.36 17.74 0.95 0.33
Hex A3 33 4 0 45 62 24 12 5F 21
Octal 243 63 4 0 105 142 44 22 137 41
Binary 10100011 110011 100 0 1000101 1100010 100100 10010 1011111 100001

Color Harmonies of #A33304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33304

Black with #A33304

Text Example


Text Example

White with #A33304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33304; }

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

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

background-color css

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

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

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

border-color css

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

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

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