Html Css Color HEX #A21D09 Fire Brick

📋 copy color: '#A21D09'

red 162 ◦ green 29 ◦ blue 9

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

Shades of Fire Brick #A21D09

Tints of Fire Brick #A21D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.5%

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

R = 81%
G = 14.5%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A21D09 (or 0xA21D09) is known color: Fire Brick. HEX triplet: A2, 1D and 09. RGB value is (162,29,9). Sum of RGB (Red+Green+Blue) = 162+29+9=200 (26% of max value = 765). Red value is 162 (63.67% from 255 or 81% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 9 (3.91% from 255 or 4.5% from 200); Max value from RGB is 162 - color contains mainly: red. Hex color #A21D09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21D09 is #5DE2F6. Grayscale: #424242. Windows color (decimal): -6152951 or 597410. OLE color: 597410.

HSL color Cylindrical-coordinate representation of color #A21D09: hue angle of 7.84º 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 #A21D09 is Cyan = 0, Magento = 0.82, Yellow = 0.94 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 29 9 -
CMYK 0 0.82 0.94 0.36
HSL 7.84º 0.89% 0.34% -
HSV(B) 7.84º 0.94% 0.64% -
XYZ 15.39 8.58 1.1 -
YUV 66.49 95.56 196.13 -
System Red Green Blue C M Y K H S L
Decimal 162 29 9 0 0.82 0.94 0.36 7.84 0.89 0.34
Hex A2 1D 9 0 52 5E 24 8 59 22
Octal 242 35 11 0 122 136 44 10 131 42
Binary 10100010 11101 1001 0 1010010 1011110 100100 1000 1011001 100010

Color Harmonies of #A21D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21D09

Black with #A21D09

Text Example


Text Example

White with #A21D09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21D09; }

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

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

background-color css

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

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

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

border-color css

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

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

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