Html Css Color HEX #AD2103 Fire Brick

📋 copy color: '#AD2103'

red 173 ◦ green 33 ◦ blue 3

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

Shades of Fire Brick #AD2103

Tints of Fire Brick #AD2103

RGB

 RED value IS 173 (67.97% from 255) = 82.78%

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

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

R = 82.78%
G = 15.79%
B = 1.44%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD2103 (or 0xAD2103) is known color: Fire Brick. HEX triplet: AD, 21 and 03. RGB value is (173,33,3). Sum of RGB (Red+Green+Blue) = 173+33+3=209 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.78% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 3 (1.56% from 255 or 1.44% from 209); Max value from RGB is 173 - color contains mainly: red. Hex color #AD2103 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD2103 is #52DEFC. Grayscale: #474747. Windows color (decimal): -5431037 or 205229. OLE color: 205229.

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

Color convert

RGB 173 33 3 -
CMYK 0 0.81 0.98 0.32
HSL 10.59º 0.97% 0.35% -
HSV(B) 10.59º 0.98% 0.68% -
XYZ 17.79 9.98 1.07 -
YUV 71.44 89.38 200.44 -
System Red Green Blue C M Y K H S L
Decimal 173 33 3 0 0.81 0.98 0.32 10.59 0.97 0.35
Hex AD 21 3 0 51 62 20 B 61 23
Octal 255 41 3 0 121 142 40 13 141 43
Binary 10101101 100001 11 0 1010001 1100010 100000 1011 1100001 100011

Color Harmonies of #AD2103

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD2103

Black with #AD2103

Text Example


Text Example

White with #AD2103

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD2103; }

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

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

background-color css

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

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

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

border-color css

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

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

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