Html Css Color HEX #A24003 Rust

📋 copy color: '#A24003'

red 162 ◦ green 64 ◦ blue 3

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

Shades of Rust #A24003

Tints of Rust #A24003

RGB

 RED value IS 162 (63.67% from 255) = 70.74%

 GREEN value IS 64 (25.39% from 255) = 27.95%

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

R = 70.74%
G = 27.95%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A24003 (or 0xA24003) is known color: Rust. HEX triplet: A2, 40 and 03. RGB value is (162,64,3). Sum of RGB (Red+Green+Blue) = 162+64+3=229 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.74% from 229); Green value is 64 (25.39% from 255 or 27.95% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 162 - color contains mainly: red. Hex color #A24003 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24003 is #5DBFFC. Grayscale: #565656. Windows color (decimal): -6143997 or 213154. OLE color: 213154.

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

Color convert

RGB 162 64 3 -
CMYK 0 0.60 0.98 0.36
HSL 23.02º 0.96% 0.32% -
HSV(B) 23.02º 0.98% 0.64% -
XYZ 16.75 11.35 1.4 -
YUV 86.35 80.97 181.96 -
System Red Green Blue C M Y K H S L
Decimal 162 64 3 0 0.60 0.98 0.36 23.02 0.96 0.32
Hex A2 40 3 0 3C 62 24 17 60 20
Octal 242 100 3 0 74 142 44 27 140 40
Binary 10100010 1000000 11 0 111100 1100010 100100 10111 1100000 100000

Color Harmonies of #A24003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24003

Black with #A24003

Text Example


Text Example

White with #A24003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24003; }

 p { color: rgb(162,64,3); }

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

background-color css

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

 a { background-color: rgb(162,64,3); }

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

border-color css

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

 span { border-color: rgb(162,64,3); }

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