Html Css Color HEX #A7210C Fire Brick

📋 copy color: '#A7210C'

red 167 ◦ green 33 ◦ blue 12

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

Shades of Fire Brick #A7210C

Tints of Fire Brick #A7210C

RGB

 RED value IS 167 (65.63% from 255) = 78.77%

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

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

R = 78.77%
G = 15.57%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A7210C (or 0xA7210C) is known color: Fire Brick. HEX triplet: A7, 21 and 0C. RGB value is (167,33,12). Sum of RGB (Red+Green+Blue) = 167+33+12=212 (28% of max value = 765). Red value is 167 (65.62% from 255 or 78.77% from 212); Green value is 33 (13.28% from 255 or 15.57% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 167 - color contains mainly: red. Hex color #A7210C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A7210C is #58DEF3. Grayscale: #464646. Windows color (decimal): -5824244 or 795047. OLE color: 795047.

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

Color convert

RGB 167 33 12 -
CMYK 0 0.80 0.93 0.35
HSL 8.13º 0.87% 0.35% -
HSV(B) 8.13º 0.93% 0.65% -
XYZ 16.55 9.33 1.28 -
YUV 70.67 94.89 196.71 -
System Red Green Blue C M Y K H S L
Decimal 167 33 12 0 0.80 0.93 0.35 8.13 0.87 0.35
Hex A7 21 C 0 50 5D 23 8 57 23
Octal 247 41 14 0 120 135 43 10 127 43
Binary 10100111 100001 1100 0 1010000 1011101 100011 1000 1010111 100011

Color Harmonies of #A7210C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7210C

Black with #A7210C

Text Example


Text Example

White with #A7210C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7210C; }

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

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

background-color css

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

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

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

border-color css

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

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

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