Html Css Color HEX #A8251C Fire Brick

📋 copy color: '#A8251C'

red 168 ◦ green 37 ◦ blue 28

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

Shades of Fire Brick #A8251C

Tints of Fire Brick #A8251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.02%

R = 72.1%
G = 15.88%
B = 12.02%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.34

RGB Variations

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

Color information

#A8251C (or 0xA8251C) is known color: Fire Brick. HEX triplet: A8, 25 and 1C. RGB value is (168,37,28). Sum of RGB (Red+Green+Blue) = 168+37+28=233 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.10% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 28 (11.33% from 255 or 12.02% from 233); Max value from RGB is 168 - color contains mainly: red. Hex color #A8251C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8251C is #57DAE3. Grayscale: #4B4B4B. Windows color (decimal): -5757668 or 1844648. OLE color: 1844648.

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

Color convert

RGB 168 37 28 -
CMYK 0 0.78 0.83 0.34
HSL 3.86º 0.71% 0.38% -
HSV(B) 3.86º 0.83% 0.66% -
XYZ 17.02 9.73 2.08 -
YUV 75.14 101.4 194.23 -
System Red Green Blue C M Y K H S L
Decimal 168 37 28 0 0.78 0.83 0.34 3.86 0.71 0.38
Hex A8 25 1C 0 4E 53 22 4 47 26
Octal 250 45 34 0 116 123 42 4 107 46
Binary 10101000 100101 11100 0 1001110 1010011 100010 100 1000111 100110

Color Harmonies of #A8251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8251C

Black with #A8251C

Text Example


Text Example

White with #A8251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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