Html Css Color HEX #A21E0C Fire Brick

📋 copy color: '#A21E0C'

red 162 ◦ green 30 ◦ blue 12

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

Shades of Fire Brick #A21E0C

Tints of Fire Brick #A21E0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.88%

R = 79.41%
G = 14.71%
B = 5.88%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A21E0C (or 0xA21E0C) is known color: Fire Brick. HEX triplet: A2, 1E and 0C. RGB value is (162,30,12). Sum of RGB (Red+Green+Blue) = 162+30+12=204 (27% of max value = 765). Red value is 162 (63.67% from 255 or 79.41% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 12 (5.08% from 255 or 5.88% from 204); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E0C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E0C is #5DE1F3. Grayscale: #434343. Windows color (decimal): -6152692 or 794274. OLE color: 794274.

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

Color convert

RGB 162 30 12 -
CMYK 0 0.81 0.93 0.36
HSL 7.2º 0.86% 0.34% -
HSV(B) 7.2º 0.93% 0.64% -
XYZ 15.43 8.64 1.2 -
YUV 67.42 96.73 195.46 -
System Red Green Blue C M Y K H S L
Decimal 162 30 12 0 0.81 0.93 0.36 7.2 0.86 0.34
Hex A2 1E C 0 51 5D 24 7 56 22
Octal 242 36 14 0 121 135 44 7 126 42
Binary 10100010 11110 1100 0 1010001 1011101 100100 111 1010110 100010

Color Harmonies of #A21E0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E0C

Black with #A21E0C

Text Example


Text Example

White with #A21E0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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