Html Css Color HEX #A54E0B Rust

📋 copy color: '#A54E0B'

red 165 ◦ green 78 ◦ blue 11

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

Shades of Rust #A54E0B

Tints of Rust #A54E0B

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.71%

 BLUE value IS 11 (4.69% from 255) = 4.33%

R = 64.96%
G = 30.71%
B = 4.33%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A54E0B (or 0xA54E0B) is known color: Rust. HEX triplet: A5, 4E and 0B. RGB value is (165,78,11). Sum of RGB (Red+Green+Blue) = 165+78+11=254 (33% of max value = 765). Red value is 165 (64.84% from 255 or 64.96% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 11 (4.69% from 255 or 4.33% from 254); Max value from RGB is 165 - color contains mainly: red. Hex color #A54E0B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A54E0B is #5AB1F4. Grayscale: #606060. Windows color (decimal): -5943797 or 741029. OLE color: 741029.

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

Color convert

RGB 165 78 11 -
CMYK 0 0.53 0.93 0.35
HSL 26.1º 0.88% 0.35% -
HSV(B) 26.1º 0.93% 0.65% -
XYZ 18.3 13.47 1.95 -
YUV 96.38 79.82 176.95 -
System Red Green Blue C M Y K H S L
Decimal 165 78 11 0 0.53 0.93 0.35 26.1 0.88 0.35
Hex A5 4E B 0 35 5D 23 1A 58 23
Octal 245 116 13 0 65 135 43 32 130 43
Binary 10100101 1001110 1011 0 110101 1011101 100011 11010 1011000 100011

Color Harmonies of #A54E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A54E0B

Black with #A54E0B

Text Example


Text Example

White with #A54E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A54E0B; }

 p { color: rgb(165,78,11); }

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

background-color css

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

 a { background-color: rgb(165,78,11); }

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

border-color css

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

 span { border-color: rgb(165,78,11); }

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