Html Css Color HEX #A22711 Fire Brick

📋 copy color: '#A22711'

red 162 ◦ green 39 ◦ blue 17

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

Shades of Fire Brick #A22711

Tints of Fire Brick #A22711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 17.89%

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

R = 74.31%
G = 17.89%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A22711 (or 0xA22711) is known color: Fire Brick. HEX triplet: A2, 27 and 11. RGB value is (162,39,17). Sum of RGB (Red+Green+Blue) = 162+39+17=218 (28% of max value = 765). Red value is 162 (63.67% from 255 or 74.31% from 218); Green value is 39 (15.62% from 255 or 17.89% from 218); Blue value is 17 (7.03% from 255 or 7.80% from 218); Max value from RGB is 162 - color contains mainly: red. Hex color #A22711 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A22711 is #5DD8EE. Grayscale: #494949. Windows color (decimal): -6150383 or 1124258. OLE color: 1124258.

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

Color convert

RGB 162 39 17 -
CMYK 0 0.76 0.90 0.36
HSL 9.1º 0.81% 0.35% -
HSV(B) 9.1º 0.9% 0.64% -
XYZ 15.73 9.17 1.47 -
YUV 73.27 96.25 191.29 -
System Red Green Blue C M Y K H S L
Decimal 162 39 17 0 0.76 0.90 0.36 9.1 0.81 0.35
Hex A2 27 11 0 4C 5A 24 9 51 23
Octal 242 47 21 0 114 132 44 11 121 43
Binary 10100010 100111 10001 0 1001100 1011010 100100 1001 1010001 100011

Color Harmonies of #A22711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A22711

Black with #A22711

Text Example


Text Example

White with #A22711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A22711; }

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

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

background-color css

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

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

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

border-color css

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

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

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