Html Css Color HEX #A74B02 Rust

📋 copy color: '#A74B02'

red 167 ◦ green 75 ◦ blue 2

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

Shades of Rust #A74B02

Tints of Rust #A74B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.82%

R = 68.44%
G = 30.74%
B = 0.82%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A74B02 (or 0xA74B02) is known color: Rust. HEX triplet: A7, 4B and 02. RGB value is (167,75,2). Sum of RGB (Red+Green+Blue) = 167+75+2=244 (32% of max value = 765). Red value is 167 (65.62% from 255 or 68.44% from 244); Green value is 75 (29.69% from 255 or 30.74% from 244); Blue value is 2 (1.17% from 255 or 0.82% from 244); Max value from RGB is 167 - color contains mainly: red. Hex color #A74B02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74B02 is #58B4FD. Grayscale: #5E5E5E. Windows color (decimal): -5813502 or 150439. OLE color: 150439.

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

Color convert

RGB 167 75 2 -
CMYK 0 0.55 0.99 0.35
HSL 26.55º 0.98% 0.33% -
HSV(B) 26.55º 0.99% 0.65% -
XYZ 18.46 13.25 1.64 -
YUV 94.19 75.98 179.94 -
System Red Green Blue C M Y K H S L
Decimal 167 75 2 0 0.55 0.99 0.35 26.55 0.98 0.33
Hex A7 4B 2 0 37 63 23 1B 62 21
Octal 247 113 2 0 67 143 43 33 142 41
Binary 10100111 1001011 10 0 110111 1100011 100011 11011 1100010 100001

Color Harmonies of #A74B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74B02

Black with #A74B02

Text Example


Text Example

White with #A74B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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