Html Css Color HEX #A43302 Rust

📋 copy color: '#A43302'

red 164 ◦ green 51 ◦ blue 2

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

Shades of Rust #A43302

Tints of Rust #A43302

RGB

 RED value IS 164 (64.45% from 255) = 75.58%

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

 BLUE value IS 2 (1.17% from 255) = 0.92%

R = 75.58%
G = 23.5%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A43302 (or 0xA43302) is known color: Rust. HEX triplet: A4, 33 and 02. RGB value is (164,51,2). Sum of RGB (Red+Green+Blue) = 164+51+2=217 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.58% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 164 - color contains mainly: red. Hex color #A43302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43302 is #5BCCFD. Grayscale: #4F4F4F. Windows color (decimal): -6016254 or 144292. OLE color: 144292.

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

Color convert

RGB 164 51 2 -
CMYK 0 0.69 0.99 0.36
HSL 18.15º 0.98% 0.33% -
HSV(B) 18.15º 0.99% 0.64% -
XYZ 16.5 10.26 1.17 -
YUV 79.2 84.44 188.48 -
System Red Green Blue C M Y K H S L
Decimal 164 51 2 0 0.69 0.99 0.36 18.15 0.98 0.33
Hex A4 33 2 0 45 63 24 12 62 21
Octal 244 63 2 0 105 143 44 22 142 41
Binary 10100100 110011 10 0 1000101 1100011 100100 10010 1100010 100001

Color Harmonies of #A43302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43302

Black with #A43302

Text Example


Text Example

White with #A43302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43302; }

 p { color: rgb(164,51,2); }

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

background-color css

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

 a { background-color: rgb(164,51,2); }

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

border-color css

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

 span { border-color: rgb(164,51,2); }

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