Html Css Color HEX #A33405 Rust

📋 copy color: '#A33405'

red 163 ◦ green 52 ◦ blue 5

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

Shades of Rust #A33405

Tints of Rust #A33405

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.64%

 BLUE value IS 5 (2.34% from 255) = 2.27%

R = 74.09%
G = 23.64%
B = 2.27%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A33405 (or 0xA33405) is known color: Rust. HEX triplet: A3, 34 and 05. RGB value is (163,52,5). Sum of RGB (Red+Green+Blue) = 163+52+5=220 (29% of max value = 765). Red value is 163 (64.06% from 255 or 74.09% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 5 (2.34% from 255 or 2.27% from 220); Max value from RGB is 163 - color contains mainly: red. Hex color #A33405 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A33405 is #5CCBFA. Grayscale: #505050. Windows color (decimal): -6081531 or 341155. OLE color: 341155.

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

Color convert

RGB 163 52 5 -
CMYK 0 0.68 0.97 0.36
HSL 17.85º 0.94% 0.33% -
HSV(B) 17.85º 0.97% 0.64% -
XYZ 16.36 10.25 1.26 -
YUV 79.83 85.77 187.32 -
System Red Green Blue C M Y K H S L
Decimal 163 52 5 0 0.68 0.97 0.36 17.85 0.94 0.33
Hex A3 34 5 0 44 61 24 12 5E 21
Octal 243 64 5 0 104 141 44 22 136 41
Binary 10100011 110100 101 0 1000100 1100001 100100 10010 1011110 100001

Color Harmonies of #A33405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A33405

Black with #A33405

Text Example


Text Example

White with #A33405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A33405; }

 p { color: rgb(163,52,5); }

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

background-color css

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

 a { background-color: rgb(163,52,5); }

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

border-color css

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

 span { border-color: rgb(163,52,5); }

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