Html Css Color HEX #A21310 Fire Brick

📋 copy color: '#A21310'

red 162 ◦ green 19 ◦ blue 16

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

Shades of Fire Brick #A21310

Tints of Fire Brick #A21310

RGB

 RED value IS 162 (63.67% from 255) = 82.23%

 GREEN value IS 19 (7.81% from 255) = 9.64%

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

R = 82.23%
G = 9.64%
B = 8.12%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A21310 (or 0xA21310) is known color: Fire Brick. HEX triplet: A2, 13 and 10. RGB value is (162,19,16). Sum of RGB (Red+Green+Blue) = 162+19+16=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 19 (7.81% from 255 or 9.64% from 197); Blue value is 16 (6.64% from 255 or 8.12% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A21310 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21310 is #5DECEF. Grayscale: #3D3D3D. Windows color (decimal): -6155504 or 1053602. OLE color: 1053602.

HSL color Cylindrical-coordinate representation of color #A21310: hue angle of 1.23º 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 #A21310 is Cyan = 0, Magento = 0.88, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 19 16 -
CMYK 0 0.88 0.90 0.36
HSL 1.23º 0.82% 0.35% -
HSV(B) 1.23º 0.9% 0.64% -
XYZ 15.23 8.18 1.27 -
YUV 61.42 102.38 199.74 -
System Red Green Blue C M Y K H S L
Decimal 162 19 16 0 0.88 0.90 0.36 1.23 0.82 0.35
Hex A2 13 10 0 58 5A 24 1 52 23
Octal 242 23 20 0 130 132 44 1 122 43
Binary 10100010 10011 10000 0 1011000 1011010 100100 1 1010010 100011

Color Harmonies of #A21310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21310

Black with #A21310

Text Example


Text Example

White with #A21310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21310; }

 p { color: rgb(162,19,16); }

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

background-color css

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

 a { background-color: rgb(162,19,16); }

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

border-color css

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

 span { border-color: rgb(162,19,16); }

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