Html Css Color HEX #A8231F Fire Brick

📋 copy color: '#A8231F'

red 168 ◦ green 35 ◦ blue 31

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

Shades of Fire Brick #A8231F

Tints of Fire Brick #A8231F

RGB

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

 GREEN value IS 35 (14.06% from 255) = 14.96%

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

R = 71.79%
G = 14.96%
B = 13.25%

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

#A8231F (or 0xA8231F) is known color: Fire Brick. HEX triplet: A8, 23 and 1F. RGB value is (168,35,31). Sum of RGB (Red+Green+Blue) = 168+35+31=234 (30% of max value = 765). Red value is 168 (66.02% from 255 or 71.79% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 168 - color contains mainly: red. Hex color #A8231F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8231F is #57DCE0. Grayscale: #4A4A4A. Windows color (decimal): -5758177 or 2040744. OLE color: 2040744.

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

Color convert

RGB 168 35 31 -
CMYK 0 0.79 0.82 0.34
HSL 1.75º 0.69% 0.39% -
HSV(B) 1.75º 0.82% 0.66% -
XYZ 17 9.63 2.26 -
YUV 74.31 103.56 194.83 -
System Red Green Blue C M Y K H S L
Decimal 168 35 31 0 0.79 0.82 0.34 1.75 0.69 0.39
Hex A8 23 1F 0 4F 52 22 2 45 27
Octal 250 43 37 0 117 122 42 2 105 47
Binary 10101000 100011 11111 0 1001111 1010010 100010 10 1000101 100111

Color Harmonies of #A8231F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8231F

Black with #A8231F

Text Example


Text Example

White with #A8231F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8231F; }

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

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

background-color css

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

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

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

border-color css

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

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

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