Html Css Color HEX #A21E09 Fire Brick

📋 copy color: '#A21E09'

red 162 ◦ green 30 ◦ blue 9

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

Shades of Fire Brick #A21E09

Tints of Fire Brick #A21E09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.48%

R = 80.6%
G = 14.93%
B = 4.48%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A21E09 (or 0xA21E09) is known color: Fire Brick. HEX triplet: A2, 1E and 09. RGB value is (162,30,9). Sum of RGB (Red+Green+Blue) = 162+30+9=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 30 (12.11% from 255 or 14.93% from 201); Blue value is 9 (3.91% from 255 or 4.48% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A21E09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21E09 is #5DE1F6. Grayscale: #434343. Windows color (decimal): -6152695 or 597666. OLE color: 597666.

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

Color convert

RGB 162 30 9 -
CMYK 0 0.81 0.94 0.36
HSL 8.24º 0.89% 0.34% -
HSV(B) 8.24º 0.94% 0.64% -
XYZ 15.41 8.63 1.11 -
YUV 67.07 95.23 195.71 -
System Red Green Blue C M Y K H S L
Decimal 162 30 9 0 0.81 0.94 0.36 8.24 0.89 0.34
Hex A2 1E 9 0 51 5E 24 8 59 22
Octal 242 36 11 0 121 136 44 10 131 42
Binary 10100010 11110 1001 0 1010001 1011110 100100 1000 1011001 100010

Color Harmonies of #A21E09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21E09

Black with #A21E09

Text Example


Text Example

White with #A21E09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21E09; }

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

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

background-color css

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

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

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

border-color css

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

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

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