Html Css Color HEX #A74302 Rust

📋 copy color: '#A74302'

red 167 ◦ green 67 ◦ blue 2

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

Shades of Rust #A74302

Tints of Rust #A74302

RGB

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

 GREEN value IS 67 (26.56% from 255) = 28.39%

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

R = 70.76%
G = 28.39%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#A74302 (or 0xA74302) is known color: Rust. HEX triplet: A7, 43 and 02. RGB value is (167,67,2). Sum of RGB (Red+Green+Blue) = 167+67+2=236 (31% of max value = 765). Red value is 167 (65.62% from 255 or 70.76% from 236); Green value is 67 (26.56% from 255 or 28.39% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 167 - color contains mainly: red. Hex color #A74302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A74302 is #58BCFD. Grayscale: #595959. Windows color (decimal): -5815550 or 148391. OLE color: 148391.

HSL color Cylindrical-coordinate representation of color #A74302: hue angle of 23.64º 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 #A74302 is Cyan = 0, Magento = 0.60, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 67 2 -
CMYK 0 0.60 0.99 0.35
HSL 23.64º 0.98% 0.33% -
HSV(B) 23.64º 0.99% 0.65% -
XYZ 17.95 12.23 1.47 -
YUV 89.49 78.63 183.29 -
System Red Green Blue C M Y K H S L
Decimal 167 67 2 0 0.60 0.99 0.35 23.64 0.98 0.33
Hex A7 43 2 0 3C 63 23 18 62 21
Octal 247 103 2 0 74 143 43 30 142 41
Binary 10100111 1000011 10 0 111100 1100011 100011 11000 1100010 100001

Color Harmonies of #A74302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A74302

Black with #A74302

Text Example


Text Example

White with #A74302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A74302; }

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

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

background-color css

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

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

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

border-color css

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

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

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