Html Css Color HEX #A33A04 Rust

📋 copy color: '#A33A04'

red 163 ◦ green 58 ◦ blue 4

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

Shades of Rust #A33A04

Tints of Rust #A33A04

RGB

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

 GREEN value IS 58 (23.05% from 255) = 25.78%

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

R = 72.44%
G = 25.78%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A33A04 (or 0xA33A04) is known color: Rust. HEX triplet: A3, 3A and 04. RGB value is (163,58,4). Sum of RGB (Red+Green+Blue) = 163+58+4=225 (29% of max value = 765). Red value is 163 (64.06% from 255 or 72.44% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 163 - color contains mainly: red. Hex color #A33A04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33A04 is #5CC5FB. Grayscale: #535353. Windows color (decimal): -6079996 or 277155. OLE color: 277155.

HSL color Cylindrical-coordinate representation of color #A33A04: hue angle of 20.38º 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 #A33A04 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 58 4 -
CMYK 0 0.64 0.98 0.36
HSL 20.38º 0.95% 0.33% -
HSV(B) 20.38º 0.98% 0.64% -
XYZ 16.64 10.82 1.33 -
YUV 83.24 83.29 184.89 -
System Red Green Blue C M Y K H S L
Decimal 163 58 4 0 0.64 0.98 0.36 20.38 0.95 0.33
Hex A3 3A 4 0 40 62 24 14 5F 21
Octal 243 72 4 0 100 142 44 24 137 41
Binary 10100011 111010 100 0 1000000 1100010 100100 10100 1011111 100001

Color Harmonies of #A33A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33A04

Black with #A33A04

Text Example


Text Example

White with #A33A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33A04; }

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

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

background-color css

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

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

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

border-color css

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

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

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