Html Css Color HEX #A74B13 Rust

📋 copy color: '#A74B13'

red 167 ◦ green 75 ◦ blue 19

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

Shades of Rust #A74B13

Tints of Rust #A74B13

RGB

 RED value IS 167 (65.63% from 255) = 63.98%

 GREEN value IS 75 (29.69% from 255) = 28.74%

 BLUE value IS 19 (7.81% from 255) = 7.28%

R = 63.98%
G = 28.74%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A74B13 (or 0xA74B13) is known color: Rust. HEX triplet: A7, 4B and 13. RGB value is (167,75,19). Sum of RGB (Red+Green+Blue) = 167+75+19=261 (34% of max value = 765). Red value is 167 (65.62% from 255 or 63.98% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 19 (7.81% from 255 or 7.28% from 261); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74B13 is #58B4EC. Grayscale: #606060. Windows color (decimal): -5813485 or 1264551. OLE color: 1264551.

HSL color Cylindrical-coordinate representation of color #A74B13: hue angle of 22.7º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A74B13 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 75 19 -
CMYK 0 0.55 0.89 0.35
HSL 22.7º 0.8% 0.36% -
HSV(B) 22.7º 0.89% 0.65% -
XYZ 18.57 13.29 2.2 -
YUV 96.12 84.48 178.55 -
System Red Green Blue C M Y K H S L
Decimal 167 75 19 0 0.55 0.89 0.35 22.7 0.8 0.36
Hex A7 4B 13 0 37 59 23 17 50 24
Octal 247 113 23 0 67 131 43 27 120 44
Binary 10100111 1001011 10011 0 110111 1011001 100011 10111 1010000 100100

Color Harmonies of #A74B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74B13

Black with #A74B13

Text Example


Text Example

White with #A74B13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74B13; }

 p { color: rgb(167,75,19); }

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

background-color css

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

 a { background-color: rgb(167,75,19); }

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

border-color css

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

 span { border-color: rgb(167,75,19); }

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