Html Css Color HEX #A21A15 Fire Brick

📋 copy color: '#A21A15'

red 162 ◦ green 26 ◦ blue 21

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

Shades of Fire Brick #A21A15

Tints of Fire Brick #A21A15

RGB

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

 GREEN value IS 26 (10.55% from 255) = 12.44%

 BLUE value IS 21 (8.59% from 255) = 10.05%

R = 77.51%
G = 12.44%
B = 10.05%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A21A15 (or 0xA21A15) is known color: Fire Brick. HEX triplet: A2, 1A and 15. RGB value is (162,26,21). Sum of RGB (Red+Green+Blue) = 162+26+21=209 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.51% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 21 (8.59% from 255 or 10.05% from 209); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A15 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21A15 is #5DE5EA. Grayscale: #424242. Windows color (decimal): -6153707 or 1383074. OLE color: 1383074.

HSL color Cylindrical-coordinate representation of color #A21A15: hue angle of 2.13º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A21A15 is Cyan = 0, Magento = 0.84, Yellow = 0.87 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 26 21 -
CMYK 0 0.84 0.87 0.36
HSL 2.13º 0.77% 0.36% -
HSV(B) 2.13º 0.87% 0.64% -
XYZ 15.41 8.47 1.53 -
YUV 66.09 102.56 196.41 -
System Red Green Blue C M Y K H S L
Decimal 162 26 21 0 0.84 0.87 0.36 2.13 0.77 0.36
Hex A2 1A 15 0 54 57 24 2 4D 24
Octal 242 32 25 0 124 127 44 2 115 44
Binary 10100010 11010 10101 0 1010100 1010111 100100 10 1001101 100100

Color Harmonies of #A21A15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A15

Black with #A21A15

Text Example


Text Example

White with #A21A15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A15; }

 p { color: rgb(162,26,21); }

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

background-color css

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

 a { background-color: rgb(162,26,21); }

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

border-color css

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

 span { border-color: rgb(162,26,21); }

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