Html Css Color HEX #AD1B0A Fire Brick

📋 copy color: '#AD1B0A'

red 173 ◦ green 27 ◦ blue 10

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

Shades of Fire Brick #AD1B0A

Tints of Fire Brick #AD1B0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.76%

R = 82.38%
G = 12.86%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.32

RGB Variations

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

Color information

#AD1B0A (or 0xAD1B0A) is known color: Fire Brick. HEX triplet: AD, 1B and 0A. RGB value is (173,27,10). Sum of RGB (Red+Green+Blue) = 173+27+10=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 27 (10.94% from 255 or 12.86% from 210); Blue value is 10 (4.30% from 255 or 4.76% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B0A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B0A is #52E4F5. Grayscale: #444444. Windows color (decimal): -5432566 or 662445. OLE color: 662445.

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

Color convert

RGB 173 27 10 -
CMYK 0 0.84 0.94 0.32
HSL 6.26º 0.89% 0.36% -
HSV(B) 6.26º 0.94% 0.68% -
XYZ 17.68 9.69 1.23 -
YUV 68.72 94.87 202.38 -
System Red Green Blue C M Y K H S L
Decimal 173 27 10 0 0.84 0.94 0.32 6.26 0.89 0.36
Hex AD 1B A 0 54 5E 20 6 59 24
Octal 255 33 12 0 124 136 40 6 131 44
Binary 10101101 11011 1010 0 1010100 1011110 100000 110 1011001 100100

Color Harmonies of #AD1B0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B0A

Black with #AD1B0A

Text Example


Text Example

White with #AD1B0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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