Html Css Color HEX #AD1F03 Fire Brick

📋 copy color: '#AD1F03'

red 173 ◦ green 31 ◦ blue 3

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

Shades of Fire Brick #AD1F03

Tints of Fire Brick #AD1F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 14.98%

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

R = 83.57%
G = 14.98%
B = 1.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD1F03 (or 0xAD1F03) is known color: Fire Brick. HEX triplet: AD, 1F and 03. RGB value is (173,31,3). Sum of RGB (Red+Green+Blue) = 173+31+3=207 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.57% from 207); Green value is 31 (12.5% from 255 or 14.98% from 207); Blue value is 3 (1.56% from 255 or 1.45% from 207); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F03 is #52E0FC. Grayscale: #464646. Windows color (decimal): -5431549 or 204717. OLE color: 204717.

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

Color convert

RGB 173 31 3 -
CMYK 0 0.82 0.98 0.32
HSL 9.88º 0.97% 0.35% -
HSV(B) 9.88º 0.98% 0.68% -
XYZ 17.74 9.87 1.06 -
YUV 70.27 90.04 201.28 -
System Red Green Blue C M Y K H S L
Decimal 173 31 3 0 0.82 0.98 0.32 9.88 0.97 0.35
Hex AD 1F 3 0 52 62 20 A 61 23
Octal 255 37 3 0 122 142 40 12 141 43
Binary 10101101 11111 11 0 1010010 1100010 100000 1010 1100001 100011

Color Harmonies of #AD1F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F03

Black with #AD1F03

Text Example


Text Example

White with #AD1F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1F03; }

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

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

background-color css

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

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

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

border-color css

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

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

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