Html Css Color HEX #A21312 Fire Brick

📋 copy color: '#A21312'

red 162 ◦ green 19 ◦ blue 18

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

Shades of Fire Brick #A21312

Tints of Fire Brick #A21312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.05%

R = 81.41%
G = 9.55%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.89

 K value IS 0.36

RGB Variations

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

Color information

#A21312 (or 0xA21312) is known color: Fire Brick. HEX triplet: A2, 13 and 12. RGB value is (162,19,18). Sum of RGB (Red+Green+Blue) = 162+19+18=199 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81.41% from 199); Green value is 19 (7.81% from 255 or 9.55% from 199); Blue value is 18 (7.42% from 255 or 9.05% from 199); Max value from RGB is 162 - color contains mainly: red. Hex color #A21312 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A21312 is #5DECED. Grayscale: #3D3D3D. Windows color (decimal): -6155502 or 1184674. OLE color: 1184674.

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

Color convert

RGB 162 19 18 -
CMYK 0 0.88 0.89 0.36
HSL 0.42º 0.8% 0.35% -
HSV(B) 0.42º 0.89% 0.64% -
XYZ 15.24 8.19 1.35 -
YUV 61.64 103.38 199.58 -
System Red Green Blue C M Y K H S L
Decimal 162 19 18 0 0.88 0.89 0.36 0.42 0.8 0.35
Hex A2 13 12 0 58 59 24 0 50 23
Octal 242 23 22 0 130 131 44 0 120 43
Binary 10100010 10011 10010 0 1011000 1011001 100100 0 1010000 100011

Color Harmonies of #A21312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21312

Black with #A21312

Text Example


Text Example

White with #A21312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21312; }

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

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

background-color css

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

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

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

border-color css

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

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

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