Html Css Color HEX #A4220F Fire Brick

📋 copy color: '#A4220F'

red 164 ◦ green 34 ◦ blue 15

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

Shades of Fire Brick #A4220F

Tints of Fire Brick #A4220F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 7.04%

R = 77%
G = 15.96%
B = 7.04%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4220F (or 0xA4220F) is known color: Fire Brick. HEX triplet: A4, 22 and 0F. RGB value is (164,34,15). Sum of RGB (Red+Green+Blue) = 164+34+15=213 (28% of max value = 765). Red value is 164 (64.45% from 255 or 77.00% from 213); Green value is 34 (13.67% from 255 or 15.96% from 213); Blue value is 15 (6.25% from 255 or 7.04% from 213); Max value from RGB is 164 - color contains mainly: red. Hex color #A4220F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4220F is #5BDDF0. Grayscale: #464646. Windows color (decimal): -6020593 or 991908. OLE color: 991908.

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

Color convert

RGB 164 34 15 -
CMYK 0 0.79 0.91 0.36
HSL 7.65º 0.83% 0.35% -
HSV(B) 7.65º 0.91% 0.64% -
XYZ 15.97 9.07 1.36 -
YUV 70.7 96.57 194.54 -
System Red Green Blue C M Y K H S L
Decimal 164 34 15 0 0.79 0.91 0.36 7.65 0.83 0.35
Hex A4 22 F 0 4F 5B 24 8 53 23
Octal 244 42 17 0 117 133 44 10 123 43
Binary 10100100 100010 1111 0 1001111 1011011 100100 1000 1010011 100011

Color Harmonies of #A4220F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4220F

Black with #A4220F

Text Example


Text Example

White with #A4220F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4220F; }

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

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

background-color css

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

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

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

border-color css

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

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

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