Html Css Color HEX #AB2108 Fire Brick

📋 copy color: '#AB2108'

red 171 ◦ green 33 ◦ blue 8

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

Shades of Fire Brick #AB2108

Tints of Fire Brick #AB2108

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.57%

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

R = 80.66%
G = 15.57%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AB2108 (or 0xAB2108) is known color: Fire Brick. HEX triplet: AB, 21 and 08. RGB value is (171,33,8). Sum of RGB (Red+Green+Blue) = 171+33+8=212 (28% of max value = 765). Red value is 171 (67.19% from 255 or 80.66% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2108 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2108 is #54DEF7. Grayscale: #474747. Windows color (decimal): -5562104 or 532907. OLE color: 532907.

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

Color convert

RGB 171 33 8 -
CMYK 0 0.81 0.95 0.33
HSL 9.2º 0.91% 0.35% -
HSV(B) 9.2º 0.95% 0.67% -
XYZ 17.38 9.76 1.2 -
YUV 71.41 92.22 199.03 -
System Red Green Blue C M Y K H S L
Decimal 171 33 8 0 0.81 0.95 0.33 9.2 0.91 0.35
Hex AB 21 8 0 51 5F 21 9 5B 23
Octal 253 41 10 0 121 137 41 11 133 43
Binary 10101011 100001 1000 0 1010001 1011111 100001 1001 1011011 100011

Color Harmonies of #AB2108

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2108

Black with #AB2108

Text Example


Text Example

White with #AB2108

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2108; }

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

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

background-color css

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

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

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

border-color css

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

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

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