Html Css Color HEX #AB2203 Fire Brick

📋 copy color: '#AB2203'

red 171 ◦ green 34 ◦ blue 3

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

Shades of Fire Brick #AB2203

Tints of Fire Brick #AB2203

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.44%

R = 82.21%
G = 16.35%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.98

 K value IS 0.33

RGB Variations

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

Color information

#AB2203 (or 0xAB2203) is known color: Fire Brick. HEX triplet: AB, 22 and 03. RGB value is (171,34,3). Sum of RGB (Red+Green+Blue) = 171+34+3=208 (27% of max value = 765). Red value is 171 (67.19% from 255 or 82.21% from 208); Green value is 34 (13.67% from 255 or 16.35% from 208); Blue value is 3 (1.56% from 255 or 1.44% from 208); Max value from RGB is 171 - color contains mainly: red. Hex color #AB2203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AB2203 is #54DDFC. Grayscale: #474747. Windows color (decimal): -5561853 or 205483. OLE color: 205483.

HSL color Cylindrical-coordinate representation of color #AB2203: hue angle of 11.07º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AB2203 is Cyan = 0, Magento = 0.80, Yellow = 0.98 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 34 3 -
CMYK 0 0.80 0.98 0.33
HSL 11.07º 0.97% 0.34% -
HSV(B) 11.07º 0.98% 0.67% -
XYZ 17.38 9.81 1.06 -
YUV 71.43 89.39 199.02 -
System Red Green Blue C M Y K H S L
Decimal 171 34 3 0 0.80 0.98 0.33 11.07 0.97 0.34
Hex AB 22 3 0 50 62 21 B 61 22
Octal 253 42 3 0 120 142 41 13 141 42
Binary 10101011 100010 11 0 1010000 1100010 100001 1011 1100001 100010

Color Harmonies of #AB2203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB2203

Black with #AB2203

Text Example


Text Example

White with #AB2203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB2203; }

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

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

background-color css

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

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

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

border-color css

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

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

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