Html Css Color HEX #A21A1A Fire Brick

📋 copy color: '#A21A1A'

red 162 ◦ green 26 ◦ blue 26

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

Shades of Fire Brick #A21A1A

Tints of Fire Brick #A21A1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.15%

R = 75.7%
G = 12.15%
B = 12.15%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A21A1A (or 0xA21A1A) is known color: Fire Brick. HEX triplet: A2, 1A and 1A. RGB value is (162,26,26). Sum of RGB (Red+Green+Blue) = 162+26+26=214 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75.70% from 214); Green value is 26 (10.55% from 255 or 12.15% from 214); Blue value is 26 (10.55% from 255 or 12.15% from 214); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A1A is #5DE5E5. Grayscale: #424242. Windows color (decimal): -6153702 or 1710754. OLE color: 1710754.

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

Color convert

RGB 162 26 26 -
CMYK 0 0.84 0.84 0.36
HSL 0.72% 0.37% -
HSV(B) 0.84% 0.64% -
XYZ 15.46 8.49 1.8 -
YUV 66.66 105.06 196 -
System Red Green Blue C M Y K H S L
Decimal 162 26 26 0 0.84 0.84 0.36 0 0.72 0.37
Hex A2 1A 1A 0 54 54 24 0 48 25
Octal 242 32 32 0 124 124 44 0 110 45
Binary 10100010 11010 11010 0 1010100 1010100 100100 0 1001000 100101

Color Harmonies of #A21A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A1A

Black with #A21A1A

Text Example


Text Example

White with #A21A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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