Html Css Color HEX #AD251A Fire Brick

📋 copy color: '#AD251A'

red 173 ◦ green 37 ◦ blue 26

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

Shades of Fire Brick #AD251A

Tints of Fire Brick #AD251A

RGB

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

 GREEN value IS 37 (14.84% from 255) = 15.68%

 BLUE value IS 26 (10.55% from 255) = 11.02%

R = 73.31%
G = 15.68%
B = 11.02%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.85

 K value IS 0.32

RGB Variations

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

Color information

#AD251A (or 0xAD251A) is known color: Fire Brick. HEX triplet: AD, 25 and 1A. RGB value is (173,37,26). Sum of RGB (Red+Green+Blue) = 173+37+26=236 (31% of max value = 765). Red value is 173 (67.97% from 255 or 73.31% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 26 (10.55% from 255 or 11.02% from 236); Max value from RGB is 173 - color contains mainly: red. Hex color #AD251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AD251A is #52DAE5. Grayscale: #4C4C4C. Windows color (decimal): -5429990 or 1713581. OLE color: 1713581.

HSL color Cylindrical-coordinate representation of color #AD251A: hue angle of 4.49º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AD251A is Cyan = 0, Magento = 0.79, Yellow = 0.85 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 37 26 -
CMYK 0 0.79 0.85 0.32
HSL 4.49º 0.74% 0.39% -
HSV(B) 4.49º 0.85% 0.68% -
XYZ 18.08 10.28 2.01 -
YUV 76.41 99.56 196.89 -
System Red Green Blue C M Y K H S L
Decimal 173 37 26 0 0.79 0.85 0.32 4.49 0.74 0.39
Hex AD 25 1A 0 4F 55 20 4 4A 27
Octal 255 45 32 0 117 125 40 4 112 47
Binary 10101101 100101 11010 0 1001111 1010101 100000 100 1001010 100111

Color Harmonies of #AD251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD251A

Black with #AD251A

Text Example


Text Example

White with #AD251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD251A; }

 p { color: rgb(173,37,26); }

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

background-color css

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

 a { background-color: rgb(173,37,26); }

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

border-color css

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

 span { border-color: rgb(173,37,26); }

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