Html Css Color HEX #AD1B0F Fire Brick

📋 copy color: '#AD1B0F'

red 173 ◦ green 27 ◦ blue 15

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

Shades of Fire Brick #AD1B0F

Tints of Fire Brick #AD1B0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 6.98%

R = 80.47%
G = 12.56%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#AD1B0F (or 0xAD1B0F) is known color: Fire Brick. HEX triplet: AD, 1B and 0F. RGB value is (173,27,15). Sum of RGB (Red+Green+Blue) = 173+27+15=215 (28% of max value = 765). Red value is 173 (67.97% from 255 or 80.47% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 15 (6.25% from 255 or 6.98% from 215); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1B0F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1B0F is #52E4F0. Grayscale: #454545. Windows color (decimal): -5432561 or 990125. OLE color: 990125.

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

Color convert

RGB 173 27 15 -
CMYK 0 0.84 0.91 0.32
HSL 4.56º 0.84% 0.37% -
HSV(B) 4.56º 0.91% 0.68% -
XYZ 17.71 9.7 1.39 -
YUV 69.29 97.37 201.98 -
System Red Green Blue C M Y K H S L
Decimal 173 27 15 0 0.84 0.91 0.32 4.56 0.84 0.37
Hex AD 1B F 0 54 5B 20 5 54 25
Octal 255 33 17 0 124 133 40 5 124 45
Binary 10101101 11011 1111 0 1010100 1011011 100000 101 1010100 100101

Color Harmonies of #AD1B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1B0F

Black with #AD1B0F

Text Example


Text Example

White with #AD1B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1B0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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