Html Css Color HEX #A1240A Fire Brick

📋 copy color: '#A1240A'

red 161 ◦ green 36 ◦ blue 10

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

Shades of Fire Brick #A1240A

Tints of Fire Brick #A1240A

RGB

 RED value IS 161 (63.28% from 255) = 77.78%

 GREEN value IS 36 (14.45% from 255) = 17.39%

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

R = 77.78%
G = 17.39%
B = 4.83%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A1240A (or 0xA1240A) is known color: Fire Brick. HEX triplet: A1, 24 and 0A. RGB value is (161,36,10). Sum of RGB (Red+Green+Blue) = 161+36+10=207 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.78% from 207); Green value is 36 (14.45% from 255 or 17.39% from 207); Blue value is 10 (4.30% from 255 or 4.83% from 207); Max value from RGB is 161 - color contains mainly: red. Hex color #A1240A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A1240A is #5EDBF5. Grayscale: #464646. Windows color (decimal): -6216694 or 664737. OLE color: 664737.

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

Color convert

RGB 161 36 10 -
CMYK 0 0.78 0.94 0.37
HSL 10.33º 0.88% 0.34% -
HSV(B) 10.33º 0.94% 0.63% -
XYZ 15.38 8.86 1.19 -
YUV 70.41 93.91 192.61 -
System Red Green Blue C M Y K H S L
Decimal 161 36 10 0 0.78 0.94 0.37 10.33 0.88 0.34
Hex A1 24 A 0 4E 5E 25 A 58 22
Octal 241 44 12 0 116 136 45 12 130 42
Binary 10100001 100100 1010 0 1001110 1011110 100101 1010 1011000 100010

Color Harmonies of #A1240A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1240A

Black with #A1240A

Text Example


Text Example

White with #A1240A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1240A; }

 p { color: rgb(161,36,10); }

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

background-color css

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

 a { background-color: rgb(161,36,10); }

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

border-color css

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

 span { border-color: rgb(161,36,10); }

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