Html Css Color HEX #A21F09 Fire Brick

📋 copy color: '#A21F09'

red 162 ◦ green 31 ◦ blue 9

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

Shades of Fire Brick #A21F09

Tints of Fire Brick #A21F09

RGB

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

 GREEN value IS 31 (12.5% from 255) = 15.35%

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

R = 80.2%
G = 15.35%
B = 4.46%

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

#A21F09 (or 0xA21F09) is known color: Fire Brick. HEX triplet: A2, 1F and 09. RGB value is (162,31,9). Sum of RGB (Red+Green+Blue) = 162+31+9=202 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.20% from 202); Green value is 31 (12.5% from 255 or 15.35% from 202); Blue value is 9 (3.91% from 255 or 4.46% from 202); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F09 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F09 is #5DE0F6. Grayscale: #434343. Windows color (decimal): -6152439 or 597922. OLE color: 597922.

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

Color convert

RGB 162 31 9 -
CMYK 0 0.81 0.94 0.36
HSL 8.63º 0.89% 0.34% -
HSV(B) 8.63º 0.94% 0.64% -
XYZ 15.44 8.68 1.12 -
YUV 67.66 94.9 195.29 -
System Red Green Blue C M Y K H S L
Decimal 162 31 9 0 0.81 0.94 0.36 8.63 0.89 0.34
Hex A2 1F 9 0 51 5E 24 9 59 22
Octal 242 37 11 0 121 136 44 11 131 42
Binary 10100010 11111 1001 0 1010001 1011110 100100 1001 1011001 100010

Color Harmonies of #A21F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21F09

Black with #A21F09

Text Example


Text Example

White with #A21F09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21F09; }

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

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

background-color css

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

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

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

border-color css

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

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

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