Html Css Color HEX #A7251A Fire Brick

📋 copy color: '#A7251A'

red 167 ◦ green 37 ◦ blue 26

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

Shades of Fire Brick #A7251A

Tints of Fire Brick #A7251A

RGB

 RED value IS 167 (65.63% from 255) = 72.61%

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

 BLUE value IS 26 (10.55% from 255) = 11.3%

R = 72.61%
G = 16.09%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7251A (or 0xA7251A) is known color: Fire Brick. HEX triplet: A7, 25 and 1A. RGB value is (167,37,26). Sum of RGB (Red+Green+Blue) = 167+37+26=230 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.61% from 230); Green value is 37 (14.84% from 255 or 16.09% from 230); Blue value is 26 (10.55% from 255 or 11.30% from 230); Max value from RGB is 167 - color contains mainly: red. Hex color #A7251A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7251A is #58DAE5. Grayscale: #4A4A4A. Windows color (decimal): -5823206 or 1713575. OLE color: 1713575.

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

Color convert

RGB 167 37 26 -
CMYK 0 0.78 0.84 0.35
HSL 4.68º 0.73% 0.38% -
HSV(B) 4.68º 0.84% 0.65% -
XYZ 16.78 9.61 1.95 -
YUV 74.62 100.57 193.89 -
System Red Green Blue C M Y K H S L
Decimal 167 37 26 0 0.78 0.84 0.35 4.68 0.73 0.38
Hex A7 25 1A 0 4E 54 23 5 49 26
Octal 247 45 32 0 116 124 43 5 111 46
Binary 10100111 100101 11010 0 1001110 1010100 100011 101 1001001 100110

Color Harmonies of #A7251A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7251A

Black with #A7251A

Text Example


Text Example

White with #A7251A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7251A; }

 p { color: rgb(167,37,26); }

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

background-color css

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

 a { background-color: rgb(167,37,26); }

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

border-color css

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

 span { border-color: rgb(167,37,26); }

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