Html Css Color HEX #A4430C Rust

📋 copy color: '#A4430C'

red 164 ◦ green 67 ◦ blue 12

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

Shades of Rust #A4430C

Tints of Rust #A4430C

RGB

 RED value IS 164 (64.45% from 255) = 67.49%

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

 BLUE value IS 12 (5.08% from 255) = 4.94%

R = 67.49%
G = 27.57%
B = 4.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4430C (or 0xA4430C) is known color: Rust. HEX triplet: A4, 43 and 0C. RGB value is (164,67,12). Sum of RGB (Red+Green+Blue) = 164+67+12=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 67 (26.56% from 255 or 27.57% from 243); Blue value is 12 (5.08% from 255 or 4.94% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A4430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4430C is #5BBCF3. Grayscale: #5A5A5A. Windows color (decimal): -6012148 or 803748. OLE color: 803748.

HSL color Cylindrical-coordinate representation of color #A4430C: hue angle of 21.71º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4430C is Cyan = 0, Magento = 0.59, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 67 12 -
CMYK 0 0.59 0.93 0.36
HSL 21.71º 0.86% 0.35% -
HSV(B) 21.71º 0.93% 0.64% -
XYZ 17.38 11.93 1.73 -
YUV 89.73 84.14 180.97 -
System Red Green Blue C M Y K H S L
Decimal 164 67 12 0 0.59 0.93 0.36 21.71 0.86 0.35
Hex A4 43 C 0 3B 5D 24 16 56 23
Octal 244 103 14 0 73 135 44 26 126 43
Binary 10100100 1000011 1100 0 111011 1011101 100100 10110 1010110 100011

Color Harmonies of #A4430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4430C

Black with #A4430C

Text Example


Text Example

White with #A4430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4430C; }

 p { color: rgb(164,67,12); }

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

background-color css

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

 a { background-color: rgb(164,67,12); }

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

border-color css

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

 span { border-color: rgb(164,67,12); }

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