Html Css Color HEX #A32C02 Rust

📋 copy color: '#A32C02'

red 163 ◦ green 44 ◦ blue 2

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

Shades of Rust #A32C02

Tints of Rust #A32C02

RGB

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

 GREEN value IS 44 (17.58% from 255) = 21.05%

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

R = 77.99%
G = 21.05%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A32C02 (or 0xA32C02) is known color: Rust. HEX triplet: A3, 2C and 02. RGB value is (163,44,2). Sum of RGB (Red+Green+Blue) = 163+44+2=209 (27% of max value = 765). Red value is 163 (64.06% from 255 or 77.99% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 163 - color contains mainly: red. Hex color #A32C02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A32C02 is #5CD3FD. Grayscale: #4B4B4B. Windows color (decimal): -6083582 or 142499. OLE color: 142499.

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

Color convert

RGB 163 44 2 -
CMYK 0 0.73 0.99 0.36
HSL 15.65º 0.98% 0.32% -
HSV(B) 15.65º 0.99% 0.64% -
XYZ 16.02 9.59 1.06 -
YUV 74.79 86.92 190.92 -
System Red Green Blue C M Y K H S L
Decimal 163 44 2 0 0.73 0.99 0.36 15.65 0.98 0.32
Hex A3 2C 2 0 49 63 24 10 62 20
Octal 243 54 2 0 111 143 44 20 142 40
Binary 10100011 101100 10 0 1001001 1100011 100100 10000 1100010 100000

Color Harmonies of #A32C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A32C02

Black with #A32C02

Text Example


Text Example

White with #A32C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A32C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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