Html Css Color HEX #AB2102 Fire Brick

📋 copy color: '#AB2102'

red 171 ◦ green 33 ◦ blue 2

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

Shades of Fire Brick #AB2102

Tints of Fire Brick #AB2102

RGB

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

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

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

R = 83.01%
G = 16.02%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB2102 (or 0xAB2102) is known color: Fire Brick. HEX triplet: AB, 21 and 02. RGB value is (171,33,2). Sum of RGB (Red+Green+Blue) = 171+33+2=206 (27% of max value = 765). Red value is 171 (67.19% from 255 or 83.01% from 206); Green value is 33 (13.28% from 255 or 16.02% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2102 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2102 is #54DEFD. Grayscale: #464646. Windows color (decimal): -5562110 or 139691. OLE color: 139691.

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

Color convert

RGB 171 33 2 -
CMYK 0 0.81 0.99 0.33
HSL 11.01º 0.98% 0.34% -
HSV(B) 11.01º 0.99% 0.67% -
XYZ 17.35 9.75 1.02 -
YUV 70.73 89.22 199.52 -
System Red Green Blue C M Y K H S L
Decimal 171 33 2 0 0.81 0.99 0.33 11.01 0.98 0.34
Hex AB 21 2 0 51 63 21 B 62 22
Octal 253 41 2 0 121 143 41 13 142 42
Binary 10101011 100001 10 0 1010001 1100011 100001 1011 1100010 100010

Color Harmonies of #AB2102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2102

Black with #AB2102

Text Example


Text Example

White with #AB2102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2102; }

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

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

background-color css

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

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

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

border-color css

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

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

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