Html Css Color HEX #A23C04 Rust

📋 copy color: '#A23C04'

red 162 ◦ green 60 ◦ blue 4

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

Shades of Rust #A23C04

Tints of Rust #A23C04

RGB

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

 GREEN value IS 60 (23.83% from 255) = 26.55%

 BLUE value IS 4 (1.95% from 255) = 1.77%

R = 71.68%
G = 26.55%
B = 1.77%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A23C04 (or 0xA23C04) is known color: Rust. HEX triplet: A2, 3C and 04. RGB value is (162,60,4). Sum of RGB (Red+Green+Blue) = 162+60+4=226 (29% of max value = 765). Red value is 162 (63.67% from 255 or 71.68% from 226); Green value is 60 (23.83% from 255 or 26.55% from 226); Blue value is 4 (1.95% from 255 or 1.77% from 226); Max value from RGB is 162 - color contains mainly: red. Hex color #A23C04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23C04 is #5DC3FB. Grayscale: #545454. Windows color (decimal): -6145020 or 277666. OLE color: 277666.

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

Color convert

RGB 162 60 4 -
CMYK 0 0.63 0.98 0.36
HSL 21.27º 0.95% 0.33% -
HSV(B) 21.27º 0.98% 0.64% -
XYZ 16.54 10.92 1.35 -
YUV 84.11 82.79 183.55 -
System Red Green Blue C M Y K H S L
Decimal 162 60 4 0 0.63 0.98 0.36 21.27 0.95 0.33
Hex A2 3C 4 0 3F 62 24 15 5F 21
Octal 242 74 4 0 77 142 44 25 137 41
Binary 10100010 111100 100 0 111111 1100010 100100 10101 1011111 100001

Color Harmonies of #A23C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23C04

Black with #A23C04

Text Example


Text Example

White with #A23C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23C04; }

 p { color: rgb(162,60,4); }

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

background-color css

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

 a { background-color: rgb(162,60,4); }

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

border-color css

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

 span { border-color: rgb(162,60,4); }

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