Html Css Color HEX #A5330C Rust

📋 copy color: '#A5330C'

red 165 ◦ green 51 ◦ blue 12

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

Shades of Rust #A5330C

Tints of Rust #A5330C

RGB

 RED value IS 165 (64.84% from 255) = 72.37%

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

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

R = 72.37%
G = 22.37%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5330C (or 0xA5330C) is known color: Rust. HEX triplet: A5, 33 and 0C. RGB value is (165,51,12). Sum of RGB (Red+Green+Blue) = 165+51+12=228 (30% of max value = 765). Red value is 165 (64.84% from 255 or 72.37% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 165 - color contains mainly: red. Hex color #A5330C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5330C is #5ACCF3. Grayscale: #505050. Windows color (decimal): -5950708 or 799653. OLE color: 799653.

HSL color Cylindrical-coordinate representation of color #A5330C: hue angle of 15.29º degrees, saturation: 0.86, 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 #A5330C is Cyan = 0, Magento = 0.69, Yellow = 0.93 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 51 12 -
CMYK 0 0.69 0.93 0.35
HSL 15.29º 0.86% 0.35% -
HSV(B) 15.29º 0.93% 0.65% -
XYZ 16.77 10.39 1.47 -
YUV 80.64 89.27 188.17 -
System Red Green Blue C M Y K H S L
Decimal 165 51 12 0 0.69 0.93 0.35 15.29 0.86 0.35
Hex A5 33 C 0 45 5D 23 F 56 23
Octal 245 63 14 0 105 135 43 17 126 43
Binary 10100101 110011 1100 0 1000101 1011101 100011 1111 1010110 100011

Color Harmonies of #A5330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5330C

Black with #A5330C

Text Example


Text Example

White with #A5330C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5330C; }

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

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

background-color css

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

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

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

border-color css

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

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

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