Html Css Color HEX #A12910 Fire Brick

📋 copy color: '#A12910'

red 161 ◦ green 41 ◦ blue 16

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

Shades of Fire Brick #A12910

Tints of Fire Brick #A12910

RGB

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

 GREEN value IS 41 (16.41% from 255) = 18.81%

 BLUE value IS 16 (6.64% from 255) = 7.34%

R = 73.85%
G = 18.81%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.90

 K value IS 0.37

RGB Variations

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

Color information

#A12910 (or 0xA12910) is known color: Fire Brick. HEX triplet: A1, 29 and 10. RGB value is (161,41,16). Sum of RGB (Red+Green+Blue) = 161+41+16=218 (28% of max value = 765). Red value is 161 (63.28% from 255 or 73.85% from 218); Green value is 41 (16.41% from 255 or 18.81% from 218); Blue value is 16 (6.64% from 255 or 7.34% from 218); Max value from RGB is 161 - color contains mainly: red. Hex color #A12910 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12910 is #5ED6EF. Grayscale: #4A4A4A. Windows color (decimal): -6215408 or 1059233. OLE color: 1059233.

HSL color Cylindrical-coordinate representation of color #A12910: hue angle of 10.34º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A12910 is Cyan = 0, Magento = 0.75, Yellow = 0.90 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 41 16 -
CMYK 0 0.75 0.90 0.37
HSL 10.34º 0.82% 0.35% -
HSV(B) 10.34º 0.9% 0.63% -
XYZ 15.58 9.2 1.44 -
YUV 74.03 95.26 190.03 -
System Red Green Blue C M Y K H S L
Decimal 161 41 16 0 0.75 0.90 0.37 10.34 0.82 0.35
Hex A1 29 10 0 4B 5A 25 A 52 23
Octal 241 51 20 0 113 132 45 12 122 43
Binary 10100001 101001 10000 0 1001011 1011010 100101 1010 1010010 100011

Color Harmonies of #A12910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12910

Black with #A12910

Text Example


Text Example

White with #A12910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12910; }

 p { color: rgb(161,41,16); }

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

background-color css

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

 a { background-color: rgb(161,41,16); }

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

border-color css

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

 span { border-color: rgb(161,41,16); }

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