Html Css Color HEX #A11D04 Fire Brick

📋 copy color: '#A11D04'

red 161 ◦ green 29 ◦ blue 4

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

Shades of Fire Brick #A11D04

Tints of Fire Brick #A11D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.95%

 BLUE value IS 4 (1.95% from 255) = 2.06%

R = 82.99%
G = 14.95%
B = 2.06%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#A11D04 (or 0xA11D04) is known color: Fire Brick. HEX triplet: A1, 1D and 04. RGB value is (161,29,4). Sum of RGB (Red+Green+Blue) = 161+29+4=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 4 (1.95% from 255 or 2.06% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D04 is #5EE2FB. Grayscale: #414141. Windows color (decimal): -6218492 or 269729. OLE color: 269729.

HSL color Cylindrical-coordinate representation of color #A11D04: hue angle of 9.55º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A11D04 is Cyan = 0, Magento = 0.82, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 29 4 -
CMYK 0 0.82 0.98 0.37
HSL 9.55º 0.95% 0.32% -
HSV(B) 9.55º 0.98% 0.63% -
XYZ 15.16 8.46 0.95 -
YUV 65.62 93.23 196.03 -
System Red Green Blue C M Y K H S L
Decimal 161 29 4 0 0.82 0.98 0.37 9.55 0.95 0.32
Hex A1 1D 4 0 52 62 25 A 5F 20
Octal 241 35 4 0 122 142 45 12 137 40
Binary 10100001 11101 100 0 1010010 1100010 100101 1010 1011111 100000

Color Harmonies of #A11D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D04

Black with #A11D04

Text Example


Text Example

White with #A11D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D04; }

 p { color: rgb(161,29,4); }

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

background-color css

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

 a { background-color: rgb(161,29,4); }

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

border-color css

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

 span { border-color: rgb(161,29,4); }

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