Html Css Color HEX #AD1B08 Fire Brick

📋 copy color: '#AD1B08'

red 173 ◦ green 27 ◦ blue 8

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

Shades of Fire Brick #AD1B08

Tints of Fire Brick #AD1B08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.85%

R = 83.17%
G = 12.98%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.32

RGB Variations

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

Color information

#AD1B08 (or 0xAD1B08) is known color: Fire Brick. HEX triplet: AD, 1B and 08. RGB value is (173,27,8). Sum of RGB (Red+Green+Blue) = 173+27+8=208 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.17% from 208); Green value is 27 (10.94% from 255 or 12.98% from 208); Blue value is 8 (3.52% from 255 or 3.85% from 208); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B08 is #52E4F7. Grayscale: #444444. Windows color (decimal): -5432568 or 531373. OLE color: 531373.

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

Color convert

RGB 173 27 8 -
CMYK 0 0.84 0.95 0.32
HSL 6.91º 0.91% 0.35% -
HSV(B) 6.91º 0.95% 0.68% -
XYZ 17.67 9.69 1.17 -
YUV 68.49 93.87 202.54 -
System Red Green Blue C M Y K H S L
Decimal 173 27 8 0 0.84 0.95 0.32 6.91 0.91 0.35
Hex AD 1B 8 0 54 5F 20 7 5B 23
Octal 255 33 10 0 124 137 40 7 133 43
Binary 10101101 11011 1000 0 1010100 1011111 100000 111 1011011 100011

Color Harmonies of #AD1B08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B08

Black with #AD1B08

Text Example


Text Example

White with #AD1B08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B08; }

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

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

background-color css

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

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

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

border-color css

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

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

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