Html Css Color HEX #A43303 Rust

📋 copy color: '#A43303'

red 164 ◦ green 51 ◦ blue 3

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

Shades of Rust #A43303

Tints of Rust #A43303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.38%

R = 75.23%
G = 23.39%
B = 1.38%

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

#A43303 (or 0xA43303) is known color: Rust. HEX triplet: A4, 33 and 03. RGB value is (164,51,3). Sum of RGB (Red+Green+Blue) = 164+51+3=218 (28% of max value = 765). Red value is 164 (64.45% from 255 or 75.23% from 218); Green value is 51 (20.31% from 255 or 23.39% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 164 - color contains mainly: red. Hex color #A43303 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A43303 is #5BCCFC. Grayscale: #4F4F4F. Windows color (decimal): -6016253 or 209828. OLE color: 209828.

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

Color convert

RGB 164 51 3 -
CMYK 0 0.69 0.98 0.36
HSL 17.89º 0.96% 0.33% -
HSV(B) 17.89º 0.98% 0.64% -
XYZ 16.51 10.27 1.2 -
YUV 79.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 164 51 3 0 0.69 0.98 0.36 17.89 0.96 0.33
Hex A4 33 3 0 45 62 24 12 60 21
Octal 244 63 3 0 105 142 44 22 140 41
Binary 10100100 110011 11 0 1000101 1100010 100100 10010 1100000 100001

Color Harmonies of #A43303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A43303

Black with #A43303

Text Example


Text Example

White with #A43303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A43303; }

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

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

background-color css

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

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

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

border-color css

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

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

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