Html Css Color HEX #AB2202 Fire Brick

📋 copy color: '#AB2202'

red 171 ◦ green 34 ◦ blue 2

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

Shades of Fire Brick #AB2202

Tints of Fire Brick #AB2202

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.43%

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

R = 82.61%
G = 16.43%
B = 0.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AB2202 (or 0xAB2202) is known color: Fire Brick. HEX triplet: AB, 22 and 02. RGB value is (171,34,2). Sum of RGB (Red+Green+Blue) = 171+34+2=207 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.61% from 207); Green value is 34 (13.67% from 255 or 16.43% from 207); Blue value is 2 (1.17% from 255 or 0.97% from 207); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2202 is #54DDFD. Grayscale: #474747. Windows color (decimal): -5561854 or 139947. OLE color: 139947.

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

Color convert

RGB 171 34 2 -
CMYK 0 0.80 0.99 0.33
HSL 11.36º 0.98% 0.34% -
HSV(B) 11.36º 0.99% 0.67% -
XYZ 17.38 9.81 1.03 -
YUV 71.32 88.89 199.1 -
System Red Green Blue C M Y K H S L
Decimal 171 34 2 0 0.80 0.99 0.33 11.36 0.98 0.34
Hex AB 22 2 0 50 63 21 B 62 22
Octal 253 42 2 0 120 143 41 13 142 42
Binary 10101011 100010 10 0 1010000 1100011 100001 1011 1100010 100010

Color Harmonies of #AB2202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2202

Black with #AB2202

Text Example


Text Example

White with #AB2202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2202; }

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

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

background-color css

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

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

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

border-color css

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

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

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