Html Css Color HEX #A2180F Fire Brick

📋 copy color: '#A2180F'

red 162 ◦ green 24 ◦ blue 15

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

Shades of Fire Brick #A2180F

Tints of Fire Brick #A2180F

RGB

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

 GREEN value IS 24 (9.77% from 255) = 11.94%

 BLUE value IS 15 (6.25% from 255) = 7.46%

R = 80.6%
G = 11.94%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.91

 K value IS 0.36

RGB Variations

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

Color information

#A2180F (or 0xA2180F) is known color: Fire Brick. HEX triplet: A2, 18 and 0F. RGB value is (162,24,15). Sum of RGB (Red+Green+Blue) = 162+24+15=201 (26% of max value = 765). Red value is 162 (63.67% from 255 or 80.60% from 201); Green value is 24 (9.77% from 255 or 11.94% from 201); Blue value is 15 (6.25% from 255 or 7.46% from 201); Max value from RGB is 162 - color contains mainly: red. Hex color #A2180F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A2180F is #5DE7F0. Grayscale: #404040. Windows color (decimal): -6154225 or 989346. OLE color: 989346.

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

Color convert

RGB 162 24 15 -
CMYK 0 0.85 0.91 0.36
HSL 3.67º 0.83% 0.35% -
HSV(B) 3.67º 0.91% 0.64% -
XYZ 15.31 8.37 1.26 -
YUV 64.24 100.22 197.73 -
System Red Green Blue C M Y K H S L
Decimal 162 24 15 0 0.85 0.91 0.36 3.67 0.83 0.35
Hex A2 18 F 0 55 5B 24 4 53 23
Octal 242 30 17 0 125 133 44 4 123 43
Binary 10100010 11000 1111 0 1010101 1011011 100100 100 1010011 100011

Color Harmonies of #A2180F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2180F

Black with #A2180F

Text Example


Text Example

White with #A2180F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2180F; }

 p { color: rgb(162,24,15); }

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

background-color css

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

 a { background-color: rgb(162,24,15); }

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

border-color css

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

 span { border-color: rgb(162,24,15); }

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