Html Css Color HEX #AB4302 Rust

📋 copy color: '#AB4302'

red 171 ◦ green 67 ◦ blue 2

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

Shades of Rust #AB4302

Tints of Rust #AB4302

RGB

 RED value IS 171 (67.19% from 255) = 71.25%

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

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

R = 71.25%
G = 27.92%
B = 0.83%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB4302 (or 0xAB4302) is known color: Rust. HEX triplet: AB, 43 and 02. RGB value is (171,67,2). Sum of RGB (Red+Green+Blue) = 171+67+2=240 (31% of max value = 765). Red value is 171 (67.19% from 255 or 71.25% from 240); Green value is 67 (26.56% from 255 or 27.92% from 240); Blue value is 2 (1.17% from 255 or 0.83% from 240); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB4302 is #54BCFD. Grayscale: #5B5B5B. Windows color (decimal): -5553406 or 148395. OLE color: 148395.

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

Color convert

RGB 171 67 2 -
CMYK 0 0.61 0.99 0.33
HSL 23.08º 0.98% 0.34% -
HSV(B) 23.08º 0.99% 0.67% -
XYZ 18.81 12.68 1.51 -
YUV 90.69 77.96 185.29 -
System Red Green Blue C M Y K H S L
Decimal 171 67 2 0 0.61 0.99 0.33 23.08 0.98 0.34
Hex AB 43 2 0 3D 63 21 17 62 22
Octal 253 103 2 0 75 143 41 27 142 42
Binary 10101011 1000011 10 0 111101 1100011 100001 10111 1100010 100010

Color Harmonies of #AB4302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB4302

Black with #AB4302

Text Example


Text Example

White with #AB4302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB4302; }

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

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

background-color css

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

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

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

border-color css

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

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

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