Html Css Color HEX #A4210E Fire Brick

📋 copy color: '#A4210E'

red 164 ◦ green 33 ◦ blue 14

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

Shades of Fire Brick #A4210E

Tints of Fire Brick #A4210E

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.64%

 BLUE value IS 14 (5.86% from 255) = 6.64%

R = 77.73%
G = 15.64%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A4210E (or 0xA4210E) is known color: Fire Brick. HEX triplet: A4, 21 and 0E. RGB value is (164,33,14). Sum of RGB (Red+Green+Blue) = 164+33+14=211 (27% of max value = 765). Red value is 164 (64.45% from 255 or 77.73% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 164 - color contains mainly: red. Hex color #A4210E is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4210E is #5BDEF1. Grayscale: #464646. Windows color (decimal): -6020850 or 926116. OLE color: 926116.

HSL color Cylindrical-coordinate representation of color #A4210E: hue angle of 7.6º degrees, saturation: 0.84, 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 #A4210E is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 33 14 -
CMYK 0 0.80 0.91 0.36
HSL 7.6º 0.84% 0.35% -
HSV(B) 7.6º 0.91% 0.64% -
XYZ 15.93 9.01 1.32 -
YUV 70 96.4 195.04 -
System Red Green Blue C M Y K H S L
Decimal 164 33 14 0 0.80 0.91 0.36 7.6 0.84 0.35
Hex A4 21 E 0 50 5B 24 8 54 23
Octal 244 41 16 0 120 133 44 10 124 43
Binary 10100100 100001 1110 0 1010000 1011011 100100 1000 1010100 100011

Color Harmonies of #A4210E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4210E

Black with #A4210E

Text Example


Text Example

White with #A4210E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4210E; }

 p { color: rgb(164,33,14); }

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

background-color css

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

 a { background-color: rgb(164,33,14); }

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

border-color css

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

 span { border-color: rgb(164,33,14); }

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