Html Css Color HEX #A23304 Rust

📋 copy color: '#A23304'

red 162 ◦ green 51 ◦ blue 4

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

Shades of Rust #A23304

Tints of Rust #A23304

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.5%

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

R = 74.65%
G = 23.5%
B = 1.84%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.98

 K value IS 0.36

RGB Variations

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

Color information

#A23304 (or 0xA23304) is known color: Rust. HEX triplet: A2, 33 and 04. RGB value is (162,51,4). Sum of RGB (Red+Green+Blue) = 162+51+4=217 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.65% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 4 (1.95% from 255 or 1.84% from 217); Max value from RGB is 162 - color contains mainly: red. Hex color #A23304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A23304 is #5DCCFB. Grayscale: #4F4F4F. Windows color (decimal): -6147324 or 275362. OLE color: 275362.

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

Color convert

RGB 162 51 4 -
CMYK 0 0.69 0.98 0.36
HSL 17.85º 0.95% 0.33% -
HSV(B) 17.85º 0.98% 0.64% -
XYZ 16.11 10.06 1.21 -
YUV 78.83 85.77 187.32 -
System Red Green Blue C M Y K H S L
Decimal 162 51 4 0 0.69 0.98 0.36 17.85 0.95 0.33
Hex A2 33 4 0 45 62 24 12 5F 21
Octal 242 63 4 0 105 142 44 22 137 41
Binary 10100010 110011 100 0 1000101 1100010 100100 10010 1011111 100001

Color Harmonies of #A23304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A23304

Black with #A23304

Text Example


Text Example

White with #A23304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A23304; }

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

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

background-color css

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

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

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

border-color css

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

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

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