Html Css Color HEX #A2250D Fire Brick

📋 copy color: '#A2250D'

red 162 ◦ green 37 ◦ blue 13

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

Shades of Fire Brick #A2250D

Tints of Fire Brick #A2250D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 76.42%
G = 17.45%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.92

 K value IS 0.36

RGB Variations

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

Color information

#A2250D (or 0xA2250D) is known color: Fire Brick. HEX triplet: A2, 25 and 0D. RGB value is (162,37,13). Sum of RGB (Red+Green+Blue) = 162+37+13=212 (28% of max value = 765). Red value is 162 (63.67% from 255 or 76.42% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 162 - color contains mainly: red. Hex color #A2250D is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A2250D is #5DDAF2. Grayscale: #474747. Windows color (decimal): -6150899 or 861602. OLE color: 861602.

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

Color convert

RGB 162 37 13 -
CMYK 0 0.77 0.92 0.36
HSL 9.66º 0.85% 0.34% -
HSV(B) 9.66º 0.92% 0.64% -
XYZ 15.63 9.03 1.3 -
YUV 71.64 94.91 192.45 -
System Red Green Blue C M Y K H S L
Decimal 162 37 13 0 0.77 0.92 0.36 9.66 0.85 0.34
Hex A2 25 D 0 4D 5C 24 A 55 22
Octal 242 45 15 0 115 134 44 12 125 42
Binary 10100010 100101 1101 0 1001101 1011100 100100 1010 1010101 100010

Color Harmonies of #A2250D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2250D

Black with #A2250D

Text Example


Text Example

White with #A2250D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2250D; }

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

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

background-color css

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

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

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

border-color css

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

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

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