Html Css Color HEX #A4430B Rust

📋 copy color: '#A4430B'

red 164 ◦ green 67 ◦ blue 11

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

Shades of Rust #A4430B

Tints of Rust #A4430B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.55%

R = 67.77%
G = 27.69%
B = 4.55%

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

#A4430B (or 0xA4430B) is known color: Rust. HEX triplet: A4, 43 and 0B. RGB value is (164,67,11). Sum of RGB (Red+Green+Blue) = 164+67+11=242 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.77% from 242); Green value is 67 (26.56% from 255 or 27.69% from 242); Blue value is 11 (4.69% from 255 or 4.55% from 242); Max value from RGB is 164 - color contains mainly: red. Hex color #A4430B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4430B is #5BBCF4. Grayscale: #595959. Windows color (decimal): -6012149 or 738212. OLE color: 738212.

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

Color convert

RGB 164 67 11 -
CMYK 0 0.59 0.93 0.36
HSL 21.96º 0.87% 0.34% -
HSV(B) 21.96º 0.93% 0.64% -
XYZ 17.38 11.93 1.7 -
YUV 89.62 83.64 181.05 -
System Red Green Blue C M Y K H S L
Decimal 164 67 11 0 0.59 0.93 0.36 21.96 0.87 0.34
Hex A4 43 B 0 3B 5D 24 16 57 22
Octal 244 103 13 0 73 135 44 26 127 42
Binary 10100100 1000011 1011 0 111011 1011101 100100 10110 1010111 100010

Color Harmonies of #A4430B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4430B

Black with #A4430B

Text Example


Text Example

White with #A4430B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4430B; }

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

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

background-color css

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

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

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

border-color css

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

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

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