Html Css Color HEX #AD1F02 Fire Brick

📋 copy color: '#AD1F02'

red 173 ◦ green 31 ◦ blue 2

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

Shades of Fire Brick #AD1F02

Tints of Fire Brick #AD1F02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.97%

R = 83.98%
G = 15.05%
B = 0.97%

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

#AD1F02 (or 0xAD1F02) is known color: Fire Brick. HEX triplet: AD, 1F and 02. RGB value is (173,31,2). Sum of RGB (Red+Green+Blue) = 173+31+2=206 (27% of max value = 765). Red value is 173 (67.97% from 255 or 83.98% from 206); Green value is 31 (12.5% from 255 or 15.05% from 206); Blue value is 2 (1.17% from 255 or 0.97% from 206); Max value from RGB is 173 - color contains mainly: red. Hex color #AD1F02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #AD1F02 is #52E0FD. Grayscale: #464646. Windows color (decimal): -5431550 or 139181. OLE color: 139181.

HSL color Cylindrical-coordinate representation of color #AD1F02: hue angle of 10.18º degrees, saturation: 0.98, 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 #AD1F02 is Cyan = 0, Magento = 0.82, Yellow = 0.99 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 31 2 -
CMYK 0 0.82 0.99 0.32
HSL 10.18º 0.98% 0.34% -
HSV(B) 10.18º 0.99% 0.68% -
XYZ 17.73 9.87 1.03 -
YUV 70.15 89.54 201.36 -
System Red Green Blue C M Y K H S L
Decimal 173 31 2 0 0.82 0.99 0.32 10.18 0.98 0.34
Hex AD 1F 2 0 52 63 20 A 62 22
Octal 255 37 2 0 122 143 40 12 142 42
Binary 10101101 11111 10 0 1010010 1100011 100000 1010 1100010 100010

Color Harmonies of #AD1F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD1F02

Black with #AD1F02

Text Example


Text Example

White with #AD1F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD1F02; }

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

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

background-color css

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

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

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

border-color css

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

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

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