Html Css Color HEX #A32302 Rust

📋 copy color: '#A32302'

red 163 ◦ green 35 ◦ blue 2

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

Shades of Rust #A32302

Tints of Rust #A32302

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.5%

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

R = 81.5%
G = 17.5%
B = 1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A32302 (or 0xA32302) is known color: Rust. HEX triplet: A3, 23 and 02. RGB value is (163,35,2). Sum of RGB (Red+Green+Blue) = 163+35+2=200 (26% of max value = 765). Red value is 163 (64.06% from 255 or 81.5% from 200); Green value is 35 (14.06% from 255 or 17.5% from 200); Blue value is 2 (1.17% from 255 or 1% from 200); Max value from RGB is 163 - color contains mainly: red. Hex color #A32302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32302 is #5CDCFD. Grayscale: #454545. Windows color (decimal): -6085886 or 140195. OLE color: 140195.

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

Color convert

RGB 163 35 2 -
CMYK 0 0.79 0.99 0.36
HSL 12.3º 0.98% 0.32% -
HSV(B) 12.3º 0.99% 0.64% -
XYZ 15.72 8.99 0.96 -
YUV 69.51 89.91 194.68 -
System Red Green Blue C M Y K H S L
Decimal 163 35 2 0 0.79 0.99 0.36 12.3 0.98 0.32
Hex A3 23 2 0 4F 63 24 C 62 20
Octal 243 43 2 0 117 143 44 14 142 40
Binary 10100011 100011 10 0 1001111 1100011 100100 1100 1100010 100000

Color Harmonies of #A32302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32302

Black with #A32302

Text Example


Text Example

White with #A32302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32302; }

 p { color: rgb(163,35,2); }

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

background-color css

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

 a { background-color: rgb(163,35,2); }

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

border-color css

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

 span { border-color: rgb(163,35,2); }

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