Html Css Color HEX #A8251B Fire Brick

📋 copy color: '#A8251B'

red 168 ◦ green 37 ◦ blue 27

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

Shades of Fire Brick #A8251B

Tints of Fire Brick #A8251B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 11.64%

R = 72.41%
G = 15.95%
B = 11.64%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.34

RGB Variations

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

Color information

#A8251B (or 0xA8251B) is known color: Fire Brick. HEX triplet: A8, 25 and 1B. RGB value is (168,37,27). Sum of RGB (Red+Green+Blue) = 168+37+27=232 (30% of max value = 765). Red value is 168 (66.02% from 255 or 72.41% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 27 (10.94% from 255 or 11.64% from 232); Max value from RGB is 168 - color contains mainly: red. Hex color #A8251B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8251B is #57DAE4. Grayscale: #4B4B4B. Windows color (decimal): -5757669 or 1779112. OLE color: 1779112.

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

Color convert

RGB 168 37 27 -
CMYK 0 0.78 0.84 0.34
HSL 4.26º 0.72% 0.38% -
HSV(B) 4.26º 0.84% 0.66% -
XYZ 17.01 9.73 2.02 -
YUV 75.03 100.9 194.31 -
System Red Green Blue C M Y K H S L
Decimal 168 37 27 0 0.78 0.84 0.34 4.26 0.72 0.38
Hex A8 25 1B 0 4E 54 22 4 48 26
Octal 250 45 33 0 116 124 42 4 110 46
Binary 10101000 100101 11011 0 1001110 1010100 100010 100 1001000 100110

Color Harmonies of #A8251B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8251B

Black with #A8251B

Text Example


Text Example

White with #A8251B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8251B; }

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

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

background-color css

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

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

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

border-color css

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

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

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