Html Css Color HEX #A4220B Fire Brick

📋 copy color: '#A4220B'

red 164 ◦ green 34 ◦ blue 11

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

Shades of Fire Brick #A4220B

Tints of Fire Brick #A4220B

RGB

 RED value IS 164 (64.45% from 255) = 78.47%

 GREEN value IS 34 (13.67% from 255) = 16.27%

 BLUE value IS 11 (4.69% from 255) = 5.26%

R = 78.47%
G = 16.27%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4220B (or 0xA4220B) is known color: Fire Brick. HEX triplet: A4, 22 and 0B. RGB value is (164,34,11). Sum of RGB (Red+Green+Blue) = 164+34+11=209 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.47% from 209); Green value is 34 (13.67% from 255 or 16.27% from 209); Blue value is 11 (4.69% from 255 or 5.26% from 209); Max value from RGB is 164 - color contains mainly: red. Hex color #A4220B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4220B is #5BDDF4. Grayscale: #464646. Windows color (decimal): -6020597 or 729764. OLE color: 729764.

HSL color Cylindrical-coordinate representation of color #A4220B: hue angle of 9.02º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4220B is Cyan = 0, Magento = 0.79, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 34 11 -
CMYK 0 0.79 0.93 0.36
HSL 9.02º 0.87% 0.34% -
HSV(B) 9.02º 0.93% 0.64% -
XYZ 15.94 9.06 1.23 -
YUV 70.25 94.57 194.87 -
System Red Green Blue C M Y K H S L
Decimal 164 34 11 0 0.79 0.93 0.36 9.02 0.87 0.34
Hex A4 22 B 0 4F 5D 24 9 57 22
Octal 244 42 13 0 117 135 44 11 127 42
Binary 10100100 100010 1011 0 1001111 1011101 100100 1001 1010111 100010

Color Harmonies of #A4220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4220B

Black with #A4220B

Text Example


Text Example

White with #A4220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4220B; }

 p { color: rgb(164,34,11); }

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

background-color css

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

 a { background-color: rgb(164,34,11); }

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

border-color css

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

 span { border-color: rgb(164,34,11); }

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