Html Css Color HEX #A7251D Fire Brick

📋 copy color: '#A7251D'

red 167 ◦ green 37 ◦ blue 29

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

Shades of Fire Brick #A7251D

Tints of Fire Brick #A7251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.45%

R = 71.67%
G = 15.88%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#A7251D (or 0xA7251D) is known color: Fire Brick. HEX triplet: A7, 25 and 1D. RGB value is (167,37,29). Sum of RGB (Red+Green+Blue) = 167+37+29=233 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.67% from 233); Green value is 37 (14.84% from 255 or 15.88% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 167 - color contains mainly: red. Hex color #A7251D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7251D is #58DAE2. Grayscale: #4B4B4B. Windows color (decimal): -5823203 or 1910183. OLE color: 1910183.

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

Color convert

RGB 167 37 29 -
CMYK 0 0.78 0.83 0.35
HSL 3.48º 0.7% 0.38% -
HSV(B) 3.48º 0.83% 0.65% -
XYZ 16.82 9.63 2.13 -
YUV 74.96 102.07 193.65 -
System Red Green Blue C M Y K H S L
Decimal 167 37 29 0 0.78 0.83 0.35 3.48 0.7 0.38
Hex A7 25 1D 0 4E 53 23 3 46 26
Octal 247 45 35 0 116 123 43 3 106 46
Binary 10100111 100101 11101 0 1001110 1010011 100011 11 1000110 100110

Color Harmonies of #A7251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7251D

Black with #A7251D

Text Example


Text Example

White with #A7251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7251D; }

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

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

background-color css

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

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

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

border-color css

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

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

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