Html Css Color HEX #AB3302 Rust

📋 copy color: '#AB3302'

red 171 ◦ green 51 ◦ blue 2

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

Shades of Rust #AB3302

Tints of Rust #AB3302

RGB

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

 GREEN value IS 51 (20.31% from 255) = 22.77%

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

R = 76.34%
G = 22.77%
B = 0.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB3302 (or 0xAB3302) is known color: Rust. HEX triplet: AB, 33 and 02. RGB value is (171,51,2). Sum of RGB (Red+Green+Blue) = 171+51+2=224 (29% of max value = 765). Red value is 171 (67.19% from 255 or 76.34% from 224); Green value is 51 (20.31% from 255 or 22.77% from 224); Blue value is 2 (1.17% from 255 or 0.89% from 224); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3302 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3302 is #54CCFD. Grayscale: #515151. Windows color (decimal): -5557502 or 144299. OLE color: 144299.

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

Color convert

RGB 171 51 2 -
CMYK 0 0.70 0.99 0.33
HSL 17.4º 0.98% 0.34% -
HSV(B) 17.4º 0.99% 0.67% -
XYZ 17.99 11.03 1.24 -
YUV 81.29 83.26 191.98 -
System Red Green Blue C M Y K H S L
Decimal 171 51 2 0 0.70 0.99 0.33 17.4 0.98 0.34
Hex AB 33 2 0 46 63 21 11 62 22
Octal 253 63 2 0 106 143 41 21 142 42
Binary 10101011 110011 10 0 1000110 1100011 100001 10001 1100010 100010

Color Harmonies of #AB3302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3302

Black with #AB3302

Text Example


Text Example

White with #AB3302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3302; }

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

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

background-color css

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

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

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

border-color css

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

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

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