Html Css Color HEX #A42210 Fire Brick

📋 copy color: '#A42210'

red 164 ◦ green 34 ◦ blue 16

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

Shades of Fire Brick #A42210

Tints of Fire Brick #A42210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.48%

R = 76.64%
G = 15.89%
B = 7.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A42210 (or 0xA42210) is known color: Fire Brick. HEX triplet: A4, 22 and 10. RGB value is (164,34,16). Sum of RGB (Red+Green+Blue) = 164+34+16=214 (28% of max value = 765). Red value is 164 (64.45% from 255 or 76.64% from 214); Green value is 34 (13.67% from 255 or 15.89% from 214); Blue value is 16 (6.64% from 255 or 7.48% from 214); Max value from RGB is 164 - color contains mainly: red. Hex color #A42210 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A42210 is #5BDDEF. Grayscale: #474747. Windows color (decimal): -6020592 or 1057444. OLE color: 1057444.

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

Color convert

RGB 164 34 16 -
CMYK 0 0.79 0.90 0.36
HSL 7.3º 0.82% 0.35% -
HSV(B) 7.3º 0.9% 0.64% -
XYZ 15.98 9.07 1.4 -
YUV 70.82 97.07 194.46 -
System Red Green Blue C M Y K H S L
Decimal 164 34 16 0 0.79 0.90 0.36 7.3 0.82 0.35
Hex A4 22 10 0 4F 5A 24 7 52 23
Octal 244 42 20 0 117 132 44 7 122 43
Binary 10100100 100010 10000 0 1001111 1011010 100100 111 1010010 100011

Color Harmonies of #A42210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42210

Black with #A42210

Text Example


Text Example

White with #A42210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42210; }

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

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

background-color css

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

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

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

border-color css

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

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

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