Html Css Color HEX #A7241F Fire Brick

📋 copy color: '#A7241F'

red 167 ◦ green 36 ◦ blue 31

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

Shades of Fire Brick #A7241F

Tints of Fire Brick #A7241F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 15.38%

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 71.37%
G = 15.38%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A7241F (or 0xA7241F) is known color: Fire Brick. HEX triplet: A7, 24 and 1F. RGB value is (167,36,31). Sum of RGB (Red+Green+Blue) = 167+36+31=234 (30% of max value = 765). Red value is 167 (65.62% from 255 or 71.37% from 234); Green value is 36 (14.45% from 255 or 15.38% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 167 - color contains mainly: red. Hex color #A7241F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7241F is #58DBE0. Grayscale: #4A4A4A. Windows color (decimal): -5823457 or 2040999. OLE color: 2040999.

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

Color convert

RGB 167 36 31 -
CMYK 0 0.78 0.81 0.35
HSL 2.21º 0.69% 0.39% -
HSV(B) 2.21º 0.81% 0.65% -
XYZ 16.81 9.58 2.26 -
YUV 74.6 103.4 193.91 -
System Red Green Blue C M Y K H S L
Decimal 167 36 31 0 0.78 0.81 0.35 2.21 0.69 0.39
Hex A7 24 1F 0 4E 51 23 2 45 27
Octal 247 44 37 0 116 121 43 2 105 47
Binary 10100111 100100 11111 0 1001110 1010001 100011 10 1000101 100111

Color Harmonies of #A7241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7241F

Black with #A7241F

Text Example


Text Example

White with #A7241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7241F; }

 p { color: rgb(167,36,31); }

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

background-color css

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

 a { background-color: rgb(167,36,31); }

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

border-color css

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

 span { border-color: rgb(167,36,31); }

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