Html Css Color HEX #AD1F06 Fire Brick

📋 copy color: '#AD1F06'

red 173 ◦ green 31 ◦ blue 6

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

Shades of Fire Brick #AD1F06

Tints of Fire Brick #AD1F06

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.86%

R = 82.38%
G = 14.76%
B = 2.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#AD1F06 (or 0xAD1F06) is known color: Fire Brick. HEX triplet: AD, 1F and 06. RGB value is (173,31,6). Sum of RGB (Red+Green+Blue) = 173+31+6=210 (27% of max value = 765). Red value is 173 (67.97% from 255 or 82.38% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 6 (2.73% from 255 or 2.86% from 210); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F06 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F06 is #52E0F9. Grayscale: #464646. Windows color (decimal): -5431546 or 401325. OLE color: 401325.

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

Color convert

RGB 173 31 6 -
CMYK 0 0.82 0.97 0.32
HSL 8.98º 0.93% 0.35% -
HSV(B) 8.98º 0.97% 0.68% -
XYZ 17.76 9.88 1.14 -
YUV 70.61 91.54 201.03 -
System Red Green Blue C M Y K H S L
Decimal 173 31 6 0 0.82 0.97 0.32 8.98 0.93 0.35
Hex AD 1F 6 0 52 61 20 9 5D 23
Octal 255 37 6 0 122 141 40 11 135 43
Binary 10101101 11111 110 0 1010010 1100001 100000 1001 1011101 100011

Color Harmonies of #AD1F06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F06

Black with #AD1F06

Text Example


Text Example

White with #AD1F06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1F06; }

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

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

background-color css

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

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

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

border-color css

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

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

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