Html Css Color HEX #A8330C Rust

📋 copy color: '#A8330C'

red 168 ◦ green 51 ◦ blue 12

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

Shades of Rust #A8330C

Tints of Rust #A8330C

RGB

 RED value IS 168 (66.02% from 255) = 72.73%

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

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

R = 72.73%
G = 22.08%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.93

 K value IS 0.34

RGB Variations

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

Color information

#A8330C (or 0xA8330C) is known color: Rust. HEX triplet: A8, 33 and 0C. RGB value is (168,51,12). Sum of RGB (Red+Green+Blue) = 168+51+12=231 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.73% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 12 (5.08% from 255 or 5.19% from 231); Max value from RGB is 168 - color contains mainly: red. Hex color #A8330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8330C is #57CCF3. Grayscale: #515151. Windows color (decimal): -5754100 or 799656. OLE color: 799656.

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

Color convert

RGB 168 51 12 -
CMYK 0 0.70 0.93 0.34
HSL 15º 0.87% 0.35% -
HSV(B) 15º 0.93% 0.66% -
XYZ 17.4 10.72 1.5 -
YUV 81.54 88.76 189.67 -
System Red Green Blue C M Y K H S L
Decimal 168 51 12 0 0.70 0.93 0.34 15 0.87 0.35
Hex A8 33 C 0 46 5D 22 F 57 23
Octal 250 63 14 0 106 135 42 17 127 43
Binary 10101000 110011 1100 0 1000110 1011101 100010 1111 1010111 100011

Color Harmonies of #A8330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8330C

Black with #A8330C

Text Example


Text Example

White with #A8330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8330C; }

 p { color: rgb(168,51,12); }

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

background-color css

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

 a { background-color: rgb(168,51,12); }

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

border-color css

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

 span { border-color: rgb(168,51,12); }

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