Html Css Color HEX #A24302 Rust

📋 copy color: '#A24302'

red 162 ◦ green 67 ◦ blue 2

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

Shades of Rust #A24302

Tints of Rust #A24302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 29%

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

R = 70.13%
G = 29%
B = 0.87%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A24302 (or 0xA24302) is known color: Rust. HEX triplet: A2, 43 and 02. RGB value is (162,67,2). Sum of RGB (Red+Green+Blue) = 162+67+2=231 (30% of max value = 765). Red value is 162 (63.67% from 255 or 70.13% from 231); Green value is 67 (26.56% from 255 or 29.00% from 231); Blue value is 2 (1.17% from 255 or 0.87% from 231); Max value from RGB is 162 - color contains mainly: red. Hex color #A24302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24302 is #5DBCFD. Grayscale: #585858. Windows color (decimal): -6143230 or 148386. OLE color: 148386.

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

Color convert

RGB 162 67 2 -
CMYK 0 0.59 0.99 0.36
HSL 24.38º 0.98% 0.32% -
HSV(B) 24.38º 0.99% 0.64% -
XYZ 16.92 11.7 1.42 -
YUV 88 79.47 180.79 -
System Red Green Blue C M Y K H S L
Decimal 162 67 2 0 0.59 0.99 0.36 24.38 0.98 0.32
Hex A2 43 2 0 3B 63 24 18 62 20
Octal 242 103 2 0 73 143 44 30 142 40
Binary 10100010 1000011 10 0 111011 1100011 100100 11000 1100010 100000

Color Harmonies of #A24302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24302

Black with #A24302

Text Example


Text Example

White with #A24302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24302; }

 p { color: rgb(162,67,2); }

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

background-color css

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

 a { background-color: rgb(162,67,2); }

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

border-color css

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

 span { border-color: rgb(162,67,2); }

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