Html Css Color HEX #A2170B Fire Brick

📋 copy color: '#A2170B'

red 162 ◦ green 23 ◦ blue 11

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

Shades of Fire Brick #A2170B

Tints of Fire Brick #A2170B

RGB

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

 GREEN value IS 23 (9.38% from 255) = 11.73%

 BLUE value IS 11 (4.69% from 255) = 5.61%

R = 82.65%
G = 11.73%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A2170B (or 0xA2170B) is known color: Fire Brick. HEX triplet: A2, 17 and 0B. RGB value is (162,23,11). Sum of RGB (Red+Green+Blue) = 162+23+11=196 (25% of max value = 765). Red value is 162 (63.67% from 255 or 82.65% from 196); Green value is 23 (9.38% from 255 or 11.73% from 196); Blue value is 11 (4.69% from 255 or 5.61% from 196); Max value from RGB is 162 - color contains mainly: red. Hex color #A2170B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2170B is #5DE8F4. Grayscale: #3F3F3F. Windows color (decimal): -6154485 or 726946. OLE color: 726946.

HSL color Cylindrical-coordinate representation of color #A2170B: hue angle of 4.77º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A2170B is Cyan = 0, Magento = 0.86, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 23 11 -
CMYK 0 0.86 0.93 0.36
HSL 4.77º 0.87% 0.34% -
HSV(B) 4.77º 0.93% 0.64% -
XYZ 15.27 8.32 1.12 -
YUV 63.19 98.55 198.48 -
System Red Green Blue C M Y K H S L
Decimal 162 23 11 0 0.86 0.93 0.36 4.77 0.87 0.34
Hex A2 17 B 0 56 5D 24 5 57 22
Octal 242 27 13 0 126 135 44 5 127 42
Binary 10100010 10111 1011 0 1010110 1011101 100100 101 1010111 100010

Color Harmonies of #A2170B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2170B

Black with #A2170B

Text Example


Text Example

White with #A2170B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2170B; }

 p { color: rgb(162,23,11); }

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

background-color css

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

 a { background-color: rgb(162,23,11); }

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

border-color css

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

 span { border-color: rgb(162,23,11); }

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