Html Css Color HEX #AD1B04 Fire Brick

📋 copy color: '#AD1B04'

red 173 ◦ green 27 ◦ blue 4

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

Shades of Fire Brick #AD1B04

Tints of Fire Brick #AD1B04

RGB

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

 GREEN value IS 27 (10.94% from 255) = 13.24%

 BLUE value IS 4 (1.95% from 255) = 1.96%

R = 84.8%
G = 13.24%
B = 1.96%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.98

 K value IS 0.32

RGB Variations

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

Color information

#AD1B04 (or 0xAD1B04) is known color: Fire Brick. HEX triplet: AD, 1B and 04. RGB value is (173,27,4). Sum of RGB (Red+Green+Blue) = 173+27+4=204 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.80% from 204); Green value is 27 (10.94% from 255 or 13.24% from 204); Blue value is 4 (1.95% from 255 or 1.96% from 204); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B04 is #52E4FB. Grayscale: #444444. Windows color (decimal): -5432572 or 269229. OLE color: 269229.

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

Color convert

RGB 173 27 4 -
CMYK 0 0.84 0.98 0.32
HSL 8.17º 0.95% 0.35% -
HSV(B) 8.17º 0.98% 0.68% -
XYZ 17.65 9.68 1.05 -
YUV 68.03 91.87 202.87 -
System Red Green Blue C M Y K H S L
Decimal 173 27 4 0 0.84 0.98 0.32 8.17 0.95 0.35
Hex AD 1B 4 0 54 62 20 8 5F 23
Octal 255 33 4 0 124 142 40 10 137 43
Binary 10101101 11011 100 0 1010100 1100010 100000 1000 1011111 100011

Color Harmonies of #AD1B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B04

Black with #AD1B04

Text Example


Text Example

White with #AD1B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B04; }

 p { color: rgb(173,27,4); }

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

background-color css

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

 a { background-color: rgb(173,27,4); }

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

border-color css

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

 span { border-color: rgb(173,27,4); }

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