Html Css Color HEX #A21F11 Fire Brick

📋 copy color: '#A21F11'

red 162 ◦ green 31 ◦ blue 17

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

Shades of Fire Brick #A21F11

Tints of Fire Brick #A21F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.1%

R = 77.14%
G = 14.76%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A21F11 (or 0xA21F11) is known color: Fire Brick. HEX triplet: A2, 1F and 11. RGB value is (162,31,17). Sum of RGB (Red+Green+Blue) = 162+31+17=210 (27% of max value = 765). Red value is 162 (63.67% from 255 or 77.14% from 210); Green value is 31 (12.5% from 255 or 14.76% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 162 - color contains mainly: red. Hex color #A21F11 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A21F11 is #5DE0EE. Grayscale: #444444. Windows color (decimal): -6152431 or 1122210. OLE color: 1122210.

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

Color convert

RGB 162 31 17 -
CMYK 0 0.81 0.90 0.36
HSL 5.79º 0.81% 0.35% -
HSV(B) 5.79º 0.9% 0.64% -
XYZ 15.49 8.7 1.39 -
YUV 68.57 98.9 194.64 -
System Red Green Blue C M Y K H S L
Decimal 162 31 17 0 0.81 0.90 0.36 5.79 0.81 0.35
Hex A2 1F 11 0 51 5A 24 6 51 23
Octal 242 37 21 0 121 132 44 6 121 43
Binary 10100010 11111 10001 0 1010001 1011010 100100 110 1010001 100011

Color Harmonies of #A21F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21F11

Black with #A21F11

Text Example


Text Example

White with #A21F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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