Html Css Color HEX #A2280A Fire Brick

📋 copy color: '#A2280A'

red 162 ◦ green 40 ◦ blue 10

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

Shades of Fire Brick #A2280A

Tints of Fire Brick #A2280A

RGB

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

 GREEN value IS 40 (16.02% from 255) = 18.87%

 BLUE value IS 10 (4.3% from 255) = 4.72%

R = 76.42%
G = 18.87%
B = 4.72%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#A2280A (or 0xA2280A) is known color: Fire Brick. HEX triplet: A2, 28 and 0A. RGB value is (162,40,10). Sum of RGB (Red+Green+Blue) = 162+40+10=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 40 (16.02% from 255 or 18.87% from 212); Blue value is 10 (4.30% from 255 or 4.72% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A2280A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2280A is #5DD7F5. Grayscale: #494949. Windows color (decimal): -6150134 or 665762. OLE color: 665762.

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

Color convert

RGB 162 40 10 -
CMYK 0 0.75 0.94 0.36
HSL 11.84º 0.88% 0.34% -
HSV(B) 11.84º 0.94% 0.64% -
XYZ 15.71 9.22 1.24 -
YUV 73.06 92.42 191.44 -
System Red Green Blue C M Y K H S L
Decimal 162 40 10 0 0.75 0.94 0.36 11.84 0.88 0.34
Hex A2 28 A 0 4B 5E 24 C 58 22
Octal 242 50 12 0 113 136 44 14 130 42
Binary 10100010 101000 1010 0 1001011 1011110 100100 1100 1011000 100010

Color Harmonies of #A2280A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2280A

Black with #A2280A

Text Example


Text Example

White with #A2280A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2280A; }

 p { color: rgb(162,40,10); }

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

background-color css

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

 a { background-color: rgb(162,40,10); }

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

border-color css

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

 span { border-color: rgb(162,40,10); }

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