Html Css Color HEX #A4210C Fire Brick

📋 copy color: '#A4210C'

red 164 ◦ green 33 ◦ blue 12

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

Shades of Fire Brick #A4210C

Tints of Fire Brick #A4210C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.74%

R = 78.47%
G = 15.79%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4210C (or 0xA4210C) is known color: Fire Brick. HEX triplet: A4, 21 and 0C. RGB value is (164,33,12). Sum of RGB (Red+Green+Blue) = 164+33+12=209 (27% of max value = 765). Red value is 164 (64.45% from 255 or 78.47% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 12 (5.08% from 255 or 5.74% from 209); Max value from RGB is 164 - color contains mainly: red. Hex color #A4210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A4210C is #5BDEF3. Grayscale: #454545. Windows color (decimal): -6020852 or 795044. OLE color: 795044.

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

Color convert

RGB 164 33 12 -
CMYK 0 0.80 0.93 0.36
HSL 8.29º 0.86% 0.35% -
HSV(B) 8.29º 0.93% 0.64% -
XYZ 15.92 9.01 1.25 -
YUV 69.78 95.4 195.21 -
System Red Green Blue C M Y K H S L
Decimal 164 33 12 0 0.80 0.93 0.36 8.29 0.86 0.35
Hex A4 21 C 0 50 5D 24 8 56 23
Octal 244 41 14 0 120 135 44 10 126 43
Binary 10100100 100001 1100 0 1010000 1011101 100100 1000 1010110 100011

Color Harmonies of #A4210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4210C

Black with #A4210C

Text Example


Text Example

White with #A4210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4210C; }

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

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

background-color css

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

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

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

border-color css

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

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

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