Html Css Color HEX #A22511 Fire Brick

📋 copy color: '#A22511'

red 162 ◦ green 37 ◦ blue 17

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

Shades of Fire Brick #A22511

Tints of Fire Brick #A22511

RGB

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

 GREEN value IS 37 (14.84% from 255) = 17.13%

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

R = 75%
G = 17.13%
B = 7.87%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A22511 (or 0xA22511) is known color: Fire Brick. HEX triplet: A2, 25 and 11. RGB value is (162,37,17). Sum of RGB (Red+Green+Blue) = 162+37+17=216 (28% of max value = 765). Red value is 162 (63.67% from 255 or 75% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 17 (7.03% from 255 or 7.87% from 216); Max value from RGB is 162 - color contains mainly: red. Hex color #A22511 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22511 is #5DDAEE. Grayscale: #484848. Windows color (decimal): -6150895 or 1123746. OLE color: 1123746.

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

Color convert

RGB 162 37 17 -
CMYK 0 0.77 0.90 0.36
HSL 8.28º 0.81% 0.35% -
HSV(B) 8.28º 0.9% 0.64% -
XYZ 15.66 9.04 1.45 -
YUV 72.1 96.91 192.13 -
System Red Green Blue C M Y K H S L
Decimal 162 37 17 0 0.77 0.90 0.36 8.28 0.81 0.35
Hex A2 25 11 0 4D 5A 24 8 51 23
Octal 242 45 21 0 115 132 44 10 121 43
Binary 10100010 100101 10001 0 1001101 1011010 100100 1000 1010001 100011

Color Harmonies of #A22511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22511

Black with #A22511

Text Example


Text Example

White with #A22511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22511; }

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

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

background-color css

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

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

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

border-color css

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

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

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