Html Css Color HEX #AD1F01 Fire Brick

📋 copy color: '#AD1F01'

red 173 ◦ green 31 ◦ blue 1

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

Shades of Fire Brick #AD1F01

Tints of Fire Brick #AD1F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 84.39%
G = 15.12%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#AD1F01 (or 0xAD1F01) is known color: Fire Brick. HEX triplet: AD, 1F and 01. RGB value is (173,31,1). Sum of RGB (Red+Green+Blue) = 173+31+1=205 (27% of max value = 765). Red value is 173 (67.97% from 255 or 84.39% from 205); Green value is 31 (12.5% from 255 or 15.12% from 205); Blue value is 1 (0.78% from 255 or 0.49% from 205); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F01 is #52E0FE. Grayscale: #464646. Windows color (decimal): -5431551 or 73645. OLE color: 73645.

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

Color convert

RGB 173 31 1 -
CMYK 0 0.82 0.99 0.32
HSL 10.47º 0.99% 0.34% -
HSV(B) 10.47º 0.99% 0.68% -
XYZ 17.73 9.87 1 -
YUV 70.04 89.04 201.44 -
System Red Green Blue C M Y K H S L
Decimal 173 31 1 0 0.82 0.99 0.32 10.47 0.99 0.34
Hex AD 1F 1 0 52 63 20 A 63 22
Octal 255 37 1 0 122 143 40 12 143 42
Binary 10101101 11111 1 0 1010010 1100011 100000 1010 1100011 100010

Color Harmonies of #AD1F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F01

Black with #AD1F01

Text Example


Text Example

White with #AD1F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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