Html Css Color HEX #A5330F Rust

📋 copy color: '#A5330F'

red 165 ◦ green 51 ◦ blue 15

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

Shades of Rust #A5330F

Tints of Rust #A5330F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.49%

R = 71.43%
G = 22.08%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5330F (or 0xA5330F) is known color: Rust. HEX triplet: A5, 33 and 0F. RGB value is (165,51,15). Sum of RGB (Red+Green+Blue) = 165+51+15=231 (30% of max value = 765). Red value is 165 (64.84% from 255 or 71.43% from 231); Green value is 51 (20.31% from 255 or 22.08% from 231); Blue value is 15 (6.25% from 255 or 6.49% from 231); Max value from RGB is 165 - color contains mainly: red. Hex color #A5330F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5330F is #5ACCF0. Grayscale: #515151. Windows color (decimal): -5950705 or 996261. OLE color: 996261.

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

Color convert

RGB 165 51 15 -
CMYK 0 0.69 0.91 0.35
HSL 14.4º 0.83% 0.35% -
HSV(B) 14.4º 0.91% 0.65% -
XYZ 16.79 10.4 1.57 -
YUV 80.98 90.77 187.93 -
System Red Green Blue C M Y K H S L
Decimal 165 51 15 0 0.69 0.91 0.35 14.4 0.83 0.35
Hex A5 33 F 0 45 5B 23 E 53 23
Octal 245 63 17 0 105 133 43 16 123 43
Binary 10100101 110011 1111 0 1000101 1011011 100011 1110 1010011 100011

Color Harmonies of #A5330F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5330F

Black with #A5330F

Text Example


Text Example

White with #A5330F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5330F; }

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

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

background-color css

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

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

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

border-color css

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

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

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