Html Css Color HEX #A8251E Fire Brick

📋 copy color: '#A8251E'

red 168 ◦ green 37 ◦ blue 30

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

Shades of Fire Brick #A8251E

Tints of Fire Brick #A8251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 12.77%

R = 71.49%
G = 15.74%
B = 12.77%

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

#A8251E (or 0xA8251E) is known color: Fire Brick. HEX triplet: A8, 25 and 1E. RGB value is (168,37,30). Sum of RGB (Red+Green+Blue) = 168+37+30=235 (31% of max value = 765). Red value is 168 (66.02% from 255 or 71.49% from 235); Green value is 37 (14.84% from 255 or 15.74% from 235); Blue value is 30 (12.11% from 255 or 12.77% from 235); Max value from RGB is 168 - color contains mainly: red. Hex color #A8251E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A8251E is #57DAE1. Grayscale: #4B4B4B. Windows color (decimal): -5757666 or 1975720. OLE color: 1975720.

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

Color convert

RGB 168 37 30 -
CMYK 0 0.78 0.82 0.34
HSL 3.04º 0.7% 0.39% -
HSV(B) 3.04º 0.82% 0.66% -
XYZ 17.04 9.74 2.21 -
YUV 75.37 102.4 194.07 -
System Red Green Blue C M Y K H S L
Decimal 168 37 30 0 0.78 0.82 0.34 3.04 0.7 0.39
Hex A8 25 1E 0 4E 52 22 3 46 27
Octal 250 45 36 0 116 122 42 3 106 47
Binary 10101000 100101 11110 0 1001110 1010010 100010 11 1000110 100111

Color Harmonies of #A8251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8251E

Black with #A8251E

Text Example


Text Example

White with #A8251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8251E; }

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

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

background-color css

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

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

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

border-color css

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

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

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