Html Css Color HEX #A8210F Fire Brick

📋 copy color: '#A8210F'

red 168 ◦ green 33 ◦ blue 15

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

Shades of Fire Brick #A8210F

Tints of Fire Brick #A8210F

RGB

 RED value IS 168 (66.02% from 255) = 77.78%

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

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

R = 77.78%
G = 15.28%
B = 6.94%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A8210F (or 0xA8210F) is known color: Fire Brick. HEX triplet: A8, 21 and 0F. RGB value is (168,33,15). Sum of RGB (Red+Green+Blue) = 168+33+15=216 (28% of max value = 765). Red value is 168 (66.02% from 255 or 77.78% from 216); Green value is 33 (13.28% from 255 or 15.28% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 168 - color contains mainly: red. Hex color #A8210F is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A8210F is #57DEF0. Grayscale: #474747. Windows color (decimal): -5758705 or 991656. OLE color: 991656.

HSL color Cylindrical-coordinate representation of color #A8210F: hue angle of 7.06º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A8210F is Cyan = 0, Magento = 0.80, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 33 15 -
CMYK 0 0.80 0.91 0.34
HSL 7.06º 0.84% 0.36% -
HSV(B) 7.06º 0.91% 0.66% -
XYZ 16.78 9.45 1.39 -
YUV 71.31 96.23 196.96 -
System Red Green Blue C M Y K H S L
Decimal 168 33 15 0 0.80 0.91 0.34 7.06 0.84 0.36
Hex A8 21 F 0 50 5B 22 7 54 24
Octal 250 41 17 0 120 133 42 7 124 44
Binary 10101000 100001 1111 0 1010000 1011011 100010 111 1010100 100100

Color Harmonies of #A8210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8210F

Black with #A8210F

Text Example


Text Example

White with #A8210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8210F; }

 p { color: rgb(168,33,15); }

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

background-color css

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

 a { background-color: rgb(168,33,15); }

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

border-color css

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

 span { border-color: rgb(168,33,15); }

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