Html Css Color HEX #A7261A Fire Brick

📋 copy color: '#A7261A'

red 167 ◦ green 38 ◦ blue 26

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

Shades of Fire Brick #A7261A

Tints of Fire Brick #A7261A

RGB

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

 GREEN value IS 38 (15.23% from 255) = 16.45%

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

R = 72.29%
G = 16.45%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#A7261A (or 0xA7261A) is known color: Fire Brick. HEX triplet: A7, 26 and 1A. RGB value is (167,38,26). Sum of RGB (Red+Green+Blue) = 167+38+26=231 (30% of max value = 765). Red value is 167 (65.62% from 255 or 72.29% from 231); Green value is 38 (15.23% from 255 or 16.45% from 231); Blue value is 26 (10.55% from 255 or 11.26% from 231); Max value from RGB is 167 - color contains mainly: red. Hex color #A7261A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7261A is #58D9E5. Grayscale: #4B4B4B. Windows color (decimal): -5822950 or 1713831. OLE color: 1713831.

HSL color Cylindrical-coordinate representation of color #A7261A: hue angle of 5.11º 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 #A7261A is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 38 26 -
CMYK 0 0.77 0.84 0.35
HSL 5.11º 0.73% 0.38% -
HSV(B) 5.11º 0.84% 0.65% -
XYZ 16.82 9.68 1.96 -
YUV 75.2 100.24 193.48 -
System Red Green Blue C M Y K H S L
Decimal 167 38 26 0 0.77 0.84 0.35 5.11 0.73 0.38
Hex A7 26 1A 0 4D 54 23 5 49 26
Octal 247 46 32 0 115 124 43 5 111 46
Binary 10100111 100110 11010 0 1001101 1010100 100011 101 1001001 100110

Color Harmonies of #A7261A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7261A

Black with #A7261A

Text Example


Text Example

White with #A7261A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7261A; }

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

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

background-color css

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

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

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

border-color css

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

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

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