Html Css Color HEX #A1130F Fire Brick

📋 copy color: '#A1130F'

red 161 ◦ green 19 ◦ blue 15

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

Shades of Fire Brick #A1130F

Tints of Fire Brick #A1130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.74%

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

R = 82.56%
G = 9.74%
B = 7.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.91

 K value IS 0.37

RGB Variations

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

Color information

#A1130F (or 0xA1130F) is known color: Fire Brick. HEX triplet: A1, 13 and 0F. RGB value is (161,19,15). Sum of RGB (Red+Green+Blue) = 161+19+15=195 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.56% from 195); Green value is 19 (7.81% from 255 or 9.74% from 195); Blue value is 15 (6.25% from 255 or 7.69% from 195); Max value from RGB is 161 - color contains mainly: red. Hex color #A1130F is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A1130F is #5EECF0. Grayscale: #3D3D3D. Windows color (decimal): -6221041 or 988065. OLE color: 988065.

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

Color convert

RGB 161 19 15 -
CMYK 0 0.88 0.91 0.37
HSL 1.64º 0.83% 0.35% -
HSV(B) 1.64º 0.91% 0.63% -
XYZ 15.02 8.08 1.22 -
YUV 61 102.04 199.33 -
System Red Green Blue C M Y K H S L
Decimal 161 19 15 0 0.88 0.91 0.37 1.64 0.83 0.35
Hex A1 13 F 0 58 5B 25 2 53 23
Octal 241 23 17 0 130 133 45 2 123 43
Binary 10100001 10011 1111 0 1011000 1011011 100101 10 1010011 100011

Color Harmonies of #A1130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1130F

Black with #A1130F

Text Example


Text Example

White with #A1130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1130F; }

 p { color: rgb(161,19,15); }

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

background-color css

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

 a { background-color: rgb(161,19,15); }

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

border-color css

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

 span { border-color: rgb(161,19,15); }

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