Html Css Color HEX #A21E0B Fire Brick

📋 copy color: '#A21E0B'

red 162 ◦ green 30 ◦ blue 11

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

Shades of Fire Brick #A21E0B

Tints of Fire Brick #A21E0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 5.42%

R = 79.8%
G = 14.78%
B = 5.42%

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

#A21E0B (or 0xA21E0B) is known color: Fire Brick. HEX triplet: A2, 1E and 0B. RGB value is (162,30,11). Sum of RGB (Red+Green+Blue) = 162+30+11=203 (26% of max value = 765). Red value is 162 (63.67% from 255 or 79.80% from 203); Green value is 30 (12.11% from 255 or 14.78% from 203); Blue value is 11 (4.69% from 255 or 5.42% from 203); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E0B is #5DE1F4. Grayscale: #434343. Windows color (decimal): -6152693 or 728738. OLE color: 728738.

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

Color convert

RGB 162 30 11 -
CMYK 0 0.81 0.93 0.36
HSL 7.55º 0.87% 0.34% -
HSV(B) 7.55º 0.93% 0.64% -
XYZ 15.42 8.63 1.17 -
YUV 67.3 96.23 195.54 -
System Red Green Blue C M Y K H S L
Decimal 162 30 11 0 0.81 0.93 0.36 7.55 0.87 0.34
Hex A2 1E B 0 51 5D 24 8 57 22
Octal 242 36 13 0 121 135 44 10 127 42
Binary 10100010 11110 1011 0 1010001 1011101 100100 1000 1010111 100010

Color Harmonies of #A21E0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E0B

Black with #A21E0B

Text Example


Text Example

White with #A21E0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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