Html Css Color HEX #A21E1A Fire Brick

📋 copy color: '#A21E1A'

red 162 ◦ green 30 ◦ blue 26

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

Shades of Fire Brick #A21E1A

Tints of Fire Brick #A21E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 13.76%

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

R = 74.31%
G = 13.76%
B = 11.93%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A21E1A (or 0xA21E1A) is known color: Fire Brick. HEX triplet: A2, 1E and 1A. RGB value is (162,30,26). Sum of RGB (Red+Green+Blue) = 162+30+26=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 30 (12.11% from 255 or 13.76% from 218); Blue value is 26 (10.55% from 255 or 11.93% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E1A is #5DE1E5. Grayscale: #454545. Windows color (decimal): -6152678 or 1711778. OLE color: 1711778.

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

Color convert

RGB 162 30 26 -
CMYK 0 0.81 0.84 0.36
HSL 1.76º 0.72% 0.37% -
HSV(B) 1.76º 0.84% 0.64% -
XYZ 15.55 8.68 1.83 -
YUV 69.01 103.73 194.33 -
System Red Green Blue C M Y K H S L
Decimal 162 30 26 0 0.81 0.84 0.36 1.76 0.72 0.37
Hex A2 1E 1A 0 51 54 24 2 48 25
Octal 242 36 32 0 121 124 44 2 110 45
Binary 10100010 11110 11010 0 1010001 1010100 100100 10 1001000 100101

Color Harmonies of #A21E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E1A

Black with #A21E1A

Text Example


Text Example

White with #A21E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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