Html Css Color HEX #A8241F Fire Brick

📋 copy color: '#A8241F'

red 168 ◦ green 36 ◦ blue 31

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

Shades of Fire Brick #A8241F

Tints of Fire Brick #A8241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.32%

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

R = 71.49%
G = 15.32%
B = 13.19%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.82

 K value IS 0.34

RGB Variations

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

Color information

#A8241F (or 0xA8241F) is known color: Fire Brick. HEX triplet: A8, 24 and 1F. RGB value is (168,36,31). Sum of RGB (Red+Green+Blue) = 168+36+31=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 36 (14.45% from 255 or 15.32% from 235); Blue value is 31 (12.5% from 255 or 13.19% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A8241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8241F is #57DBE0. Grayscale: #4B4B4B. Windows color (decimal): -5757921 or 2041000. OLE color: 2041000.

HSL color Cylindrical-coordinate representation of color #A8241F: hue angle of 2.19º 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 #A8241F is Cyan = 0, Magento = 0.79, Yellow = 0.82 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 36 31 -
CMYK 0 0.79 0.82 0.34
HSL 2.19º 0.69% 0.39% -
HSV(B) 2.19º 0.82% 0.66% -
XYZ 17.03 9.69 2.27 -
YUV 74.9 103.23 194.41 -
System Red Green Blue C M Y K H S L
Decimal 168 36 31 0 0.79 0.82 0.34 2.19 0.69 0.39
Hex A8 24 1F 0 4F 52 22 2 45 27
Octal 250 44 37 0 117 122 42 2 105 47
Binary 10101000 100100 11111 0 1001111 1010010 100010 10 1000101 100111

Color Harmonies of #A8241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8241F

Black with #A8241F

Text Example


Text Example

White with #A8241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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