Html Css Color HEX #A8251F Fire Brick

📋 copy color: '#A8251F'

red 168 ◦ green 37 ◦ blue 31

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

Shades of Fire Brick #A8251F

Tints of Fire Brick #A8251F

RGB

 RED value IS 168 (66.02% from 255) = 71.19%

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

 BLUE value IS 31 (12.5% from 255) = 13.14%

R = 71.19%
G = 15.68%
B = 13.14%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8251F (or 0xA8251F) is known color: Fire Brick. HEX triplet: A8, 25 and 1F. RGB value is (168,37,31). Sum of RGB (Red+Green+Blue) = 168+37+31=236 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.19% from 236); Green value is 37 (14.84% from 255 or 15.68% from 236); Blue value is 31 (12.5% from 255 or 13.14% from 236); Max value from RGB is 168 - color contains mainly: red. Hex color #A8251F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8251F is #57DAE0. Grayscale: #4B4B4B. Windows color (decimal): -5757665 or 2041256. OLE color: 2041256.

HSL color Cylindrical-coordinate representation of color #A8251F: hue angle of 2.63º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A8251F is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 37 31 -
CMYK 0 0.78 0.82 0.34
HSL 2.63º 0.69% 0.39% -
HSV(B) 2.63º 0.82% 0.66% -
XYZ 17.06 9.75 2.28 -
YUV 75.49 102.9 193.99 -
System Red Green Blue C M Y K H S L
Decimal 168 37 31 0 0.78 0.82 0.34 2.63 0.69 0.39
Hex A8 25 1F 0 4E 52 22 3 45 27
Octal 250 45 37 0 116 122 42 3 105 47
Binary 10101000 100101 11111 0 1001110 1010010 100010 11 1000101 100111

Color Harmonies of #A8251F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8251F

Black with #A8251F

Text Example


Text Example

White with #A8251F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8251F; }

 p { color: rgb(168,37,31); }

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

background-color css

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

 a { background-color: rgb(168,37,31); }

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

border-color css

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

 span { border-color: rgb(168,37,31); }

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