Html Css Color HEX #AB2708 Rust

📋 copy color: '#AB2708'

red 171 ◦ green 39 ◦ blue 8

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

Shades of Rust #AB2708

Tints of Rust #AB2708

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

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

R = 78.44%
G = 17.89%
B = 3.67%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB2708 (or 0xAB2708) is known color: Rust. HEX triplet: AB, 27 and 08. RGB value is (171,39,8). Sum of RGB (Red+Green+Blue) = 171+39+8=218 (28% of max value = 765). Red value is 171 (67.19% from 255 or 78.44% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 8 (3.52% from 255 or 3.67% from 218); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2708 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2708 is #54D8F7. Grayscale: #4B4B4B. Windows color (decimal): -5560568 or 534443. OLE color: 534443.

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

Color convert

RGB 171 39 8 -
CMYK 0 0.77 0.95 0.33
HSL 11.41º 0.91% 0.35% -
HSV(B) 11.41º 0.95% 0.67% -
XYZ 17.56 10.13 1.26 -
YUV 74.93 90.23 196.52 -
System Red Green Blue C M Y K H S L
Decimal 171 39 8 0 0.77 0.95 0.33 11.41 0.91 0.35
Hex AB 27 8 0 4D 5F 21 B 5B 23
Octal 253 47 10 0 115 137 41 13 133 43
Binary 10101011 100111 1000 0 1001101 1011111 100001 1011 1011011 100011

Color Harmonies of #AB2708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2708

Black with #AB2708

Text Example


Text Example

White with #AB2708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2708; }

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

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

background-color css

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

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

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

border-color css

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

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

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