Html Css Color HEX #A21E1D Fire Brick

📋 copy color: '#A21E1D'

red 162 ◦ green 30 ◦ blue 29

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

Shades of Fire Brick #A21E1D

Tints of Fire Brick #A21E1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.12%

R = 73.3%
G = 13.57%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A21E1D (or 0xA21E1D) is known color: Fire Brick. HEX triplet: A2, 1E and 1D. RGB value is (162,30,29). Sum of RGB (Red+Green+Blue) = 162+30+29=221 (29% of max value = 765). Red value is 162 (63.67% from 255 or 73.30% from 221); Green value is 30 (12.11% from 255 or 13.57% from 221); Blue value is 29 (11.72% from 255 or 13.12% from 221); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21E1D is #5DE1E2. Grayscale: #454545. Windows color (decimal): -6152675 or 1908386. OLE color: 1908386.

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

Color convert

RGB 162 30 29 -
CMYK 0 0.81 0.82 0.36
HSL 0.45º 0.7% 0.37% -
HSV(B) 0.45º 0.82% 0.64% -
XYZ 15.59 8.7 2.02 -
YUV 69.35 105.23 194.08 -
System Red Green Blue C M Y K H S L
Decimal 162 30 29 0 0.81 0.82 0.36 0.45 0.7 0.37
Hex A2 1E 1D 0 51 52 24 0 46 25
Octal 242 36 35 0 121 122 44 0 106 45
Binary 10100010 11110 11101 0 1010001 1010010 100100 0 1000110 100101

Color Harmonies of #A21E1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E1D

Black with #A21E1D

Text Example


Text Example

White with #A21E1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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