Html Css Color HEX #AB3308 Rust

📋 copy color: '#AB3308'

red 171 ◦ green 51 ◦ blue 8

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

Shades of Rust #AB3308

Tints of Rust #AB3308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.48%

R = 74.35%
G = 22.17%
B = 3.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB3308 (or 0xAB3308) is known color: Rust. HEX triplet: AB, 33 and 08. RGB value is (171,51,8). Sum of RGB (Red+Green+Blue) = 171+51+8=230 (30% of max value = 765). Red value is 171 (67.19% from 255 or 74.35% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 8 (3.52% from 255 or 3.48% from 230); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3308 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB3308 is #54CCF7. Grayscale: #525252. Windows color (decimal): -5557496 or 537515. OLE color: 537515.

HSL color Cylindrical-coordinate representation of color #AB3308: hue angle of 15.83º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AB3308 is Cyan = 0, Magento = 0.70, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 51 8 -
CMYK 0 0.70 0.95 0.33
HSL 15.83º 0.91% 0.35% -
HSV(B) 15.83º 0.95% 0.67% -
XYZ 18.02 11.04 1.41 -
YUV 81.98 86.26 191.5 -
System Red Green Blue C M Y K H S L
Decimal 171 51 8 0 0.70 0.95 0.33 15.83 0.91 0.35
Hex AB 33 8 0 46 5F 21 10 5B 23
Octal 253 63 10 0 106 137 41 20 133 43
Binary 10101011 110011 1000 0 1000110 1011111 100001 10000 1011011 100011

Color Harmonies of #AB3308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB3308

Black with #AB3308

Text Example


Text Example

White with #AB3308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB3308; }

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

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

background-color css

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

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

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

border-color css

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

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

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