Html Css Color HEX #A21E05 Fire Brick

📋 copy color: '#A21E05'

red 162 ◦ green 30 ◦ blue 5

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

Shades of Fire Brick #A21E05

Tints of Fire Brick #A21E05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.54%

R = 82.23%
G = 15.23%
B = 2.54%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.97

 K value IS 0.36

RGB Variations

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

Color information

#A21E05 (or 0xA21E05) is known color: Fire Brick. HEX triplet: A2, 1E and 05. RGB value is (162,30,5). Sum of RGB (Red+Green+Blue) = 162+30+5=197 (26% of max value = 765). Red value is 162 (63.67% from 255 or 82.23% from 197); Green value is 30 (12.11% from 255 or 15.23% from 197); Blue value is 5 (2.34% from 255 or 2.54% from 197); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E05 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E05 is #5DE1FA. Grayscale: #424242. Windows color (decimal): -6152699 or 335522. OLE color: 335522.

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

Color convert

RGB 162 30 5 -
CMYK 0 0.81 0.97 0.36
HSL 9.55º 0.94% 0.33% -
HSV(B) 9.55º 0.97% 0.64% -
XYZ 15.39 8.62 1 -
YUV 66.62 93.23 196.03 -
System Red Green Blue C M Y K H S L
Decimal 162 30 5 0 0.81 0.97 0.36 9.55 0.94 0.33
Hex A2 1E 5 0 51 61 24 A 5E 21
Octal 242 36 5 0 121 141 44 12 136 41
Binary 10100010 11110 101 0 1010001 1100001 100100 1010 1011110 100001

Color Harmonies of #A21E05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E05

Black with #A21E05

Text Example


Text Example

White with #A21E05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E05; }

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

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

background-color css

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

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

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

border-color css

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

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

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