Html Css Color HEX #A7430C Rust

📋 copy color: '#A7430C'

red 167 ◦ green 67 ◦ blue 12

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

Shades of Rust #A7430C

Tints of Rust #A7430C

RGB

 RED value IS 167 (65.63% from 255) = 67.89%

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

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

R = 67.89%
G = 27.24%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A7430C (or 0xA7430C) is known color: Rust. HEX triplet: A7, 43 and 0C. RGB value is (167,67,12). Sum of RGB (Red+Green+Blue) = 167+67+12=246 (32% of max value = 765). Red value is 167 (65.62% from 255 or 67.89% from 246); Green value is 67 (26.56% from 255 or 27.24% from 246); Blue value is 12 (5.08% from 255 or 4.88% from 246); Max value from RGB is 167 - color contains mainly: red. Hex color #A7430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7430C is #58BCF3. Grayscale: #5A5A5A. Windows color (decimal): -5815540 or 803751. OLE color: 803751.

HSL color Cylindrical-coordinate representation of color #A7430C: hue angle of 21.29º degrees, saturation: 0.87, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A7430C is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 67 12 -
CMYK 0 0.60 0.93 0.35
HSL 21.29º 0.87% 0.35% -
HSV(B) 21.29º 0.93% 0.65% -
XYZ 18.01 12.26 1.76 -
YUV 90.63 83.63 182.47 -
System Red Green Blue C M Y K H S L
Decimal 167 67 12 0 0.60 0.93 0.35 21.29 0.87 0.35
Hex A7 43 C 0 3C 5D 23 15 57 23
Octal 247 103 14 0 74 135 43 25 127 43
Binary 10100111 1000011 1100 0 111100 1011101 100011 10101 1010111 100011

Color Harmonies of #A7430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7430C

Black with #A7430C

Text Example


Text Example

White with #A7430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7430C; }

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

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

background-color css

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

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

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

border-color css

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

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

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