#AD2203

Color #AD2203 Fire Brick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fire Brick #AD2203

Tints of Fire Brick #AD2203

Color information

#AD2203 (or 0xAD2203) is unknown color: approx Fire Brick. HEX triplet: AD, 22 and 03. RGB value is (173,34,3). Sum of RGB (Red+Green+Blue) = 173+34+3=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 34 (13.67% from 255 or 16.19% from 210); Blue value is 3 (1.56% from 255 or 1.43% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2203 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2203 is #52DDFC. Grayscale: #484848. Windows color (decimal): -5430781 or 205485. OLE color: 205485.

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

Color convert

RGB173343-
CMYK00.800.980.32
HSL10.94º96.59%34.51%-
HSV(B)10.94º98.27%67.84%-
XYZ17.8210.031.08-
YUV72.0389.05200.02-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 82.38%
GREEN value IS 34 (13.67% from 255) = 16.19%
BLUE value IS 3 (1.56% from 255) = 1.43%
R=82.38%
G=16.19%
B=1.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17334300.800.980.3210.9496.5934.51
HexAD2230506220b6123
Octal2554230120142401314143
Binary101011011000101101010000110001010000010111100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD2203

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD2203; }

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

 H1.HeaderClassName
 {
   color: #AD2203;
 }
 .AnyTagClassName
 {
   color: #AD2203;
 }
</style>
background-color css

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

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

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

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

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

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