Html Css Color HEX #A12005 Fire Brick

📋 copy color: '#A12005'

red 161 ◦ green 32 ◦ blue 5

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

Shades of Fire Brick #A12005

Tints of Fire Brick #A12005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.16%

 BLUE value IS 5 (2.34% from 255) = 2.53%

R = 81.31%
G = 16.16%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.97

 K value IS 0.37

RGB Variations

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

Color information

#A12005 (or 0xA12005) is known color: Fire Brick. HEX triplet: A1, 20 and 05. RGB value is (161,32,5). Sum of RGB (Red+Green+Blue) = 161+32+5=198 (26% of max value = 765). Red value is 161 (63.28% from 255 or 81.31% from 198); Green value is 32 (12.89% from 255 or 16.16% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 161 - color contains mainly: red. Hex color #A12005 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A12005 is #5EDFFA. Grayscale: #434343. Windows color (decimal): -6217723 or 336033. OLE color: 336033.

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

Color convert

RGB 161 32 5 -
CMYK 0 0.80 0.97 0.37
HSL 10.38º 0.94% 0.33% -
HSV(B) 10.38º 0.97% 0.63% -
XYZ 15.24 8.62 1 -
YUV 67.49 92.74 194.7 -
System Red Green Blue C M Y K H S L
Decimal 161 32 5 0 0.80 0.97 0.37 10.38 0.94 0.33
Hex A1 20 5 0 50 61 25 A 5E 21
Octal 241 40 5 0 120 141 45 12 136 41
Binary 10100001 100000 101 0 1010000 1100001 100101 1010 1011110 100001

Color Harmonies of #A12005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A12005

Black with #A12005

Text Example


Text Example

White with #A12005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A12005; }

 p { color: rgb(161,32,5); }

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

background-color css

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

 a { background-color: rgb(161,32,5); }

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

border-color css

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

 span { border-color: rgb(161,32,5); }

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