Html Css Color HEX #A5380F Rust

📋 copy color: '#A5380F'

red 165 ◦ green 56 ◦ blue 15

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

Shades of Rust #A5380F

Tints of Rust #A5380F

RGB

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

 GREEN value IS 56 (22.27% from 255) = 23.73%

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

R = 69.92%
G = 23.73%
B = 6.36%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#A5380F (or 0xA5380F) is known color: Rust. HEX triplet: A5, 38 and 0F. RGB value is (165,56,15). Sum of RGB (Red+Green+Blue) = 165+56+15=236 (31% of max value = 765). Red value is 165 (64.84% from 255 or 69.92% from 236); Green value is 56 (22.27% from 255 or 23.73% from 236); Blue value is 15 (6.25% from 255 or 6.36% from 236); Max value from RGB is 165 - color contains mainly: red. Hex color #A5380F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A5380F is #5AC7F0. Grayscale: #545454. Windows color (decimal): -5949425 or 997541. OLE color: 997541.

HSL color Cylindrical-coordinate representation of color #A5380F: hue angle of 16.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 #A5380F is Cyan = 0, Magento = 0.66, Yellow = 0.91 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 56 15 -
CMYK 0 0.66 0.91 0.35
HSL 16.4º 0.83% 0.35% -
HSV(B) 16.4º 0.91% 0.65% -
XYZ 17.02 10.86 1.65 -
YUV 83.92 89.11 185.83 -
System Red Green Blue C M Y K H S L
Decimal 165 56 15 0 0.66 0.91 0.35 16.4 0.83 0.35
Hex A5 38 F 0 42 5B 23 10 53 23
Octal 245 70 17 0 102 133 43 20 123 43
Binary 10100101 111000 1111 0 1000010 1011011 100011 10000 1010011 100011

Color Harmonies of #A5380F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5380F

Black with #A5380F

Text Example


Text Example

White with #A5380F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5380F; }

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

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

background-color css

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

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

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

border-color css

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

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

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