Html Css Color HEX #A11D13 Fire Brick

📋 copy color: '#A11D13'

red 161 ◦ green 29 ◦ blue 19

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

Shades of Fire Brick #A11D13

Tints of Fire Brick #A11D13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.09%

R = 77.03%
G = 13.88%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A11D13 (or 0xA11D13) is known color: Fire Brick. HEX triplet: A1, 1D and 13. RGB value is (161,29,19). Sum of RGB (Red+Green+Blue) = 161+29+19=209 (27% of max value = 765). Red value is 161 (63.28% from 255 or 77.03% from 209); Green value is 29 (11.72% from 255 or 13.88% from 209); Blue value is 19 (7.81% from 255 or 9.09% from 209); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D13 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A11D13 is #5EE2EC. Grayscale: #434343. Windows color (decimal): -6218477 or 1252769. OLE color: 1252769.

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

Color convert

RGB 161 29 19 -
CMYK 0 0.82 0.88 0.37
HSL 4.23º 0.79% 0.35% -
HSV(B) 4.23º 0.88% 0.63% -
XYZ 15.25 8.5 1.45 -
YUV 67.33 100.73 194.81 -
System Red Green Blue C M Y K H S L
Decimal 161 29 19 0 0.82 0.88 0.37 4.23 0.79 0.35
Hex A1 1D 13 0 52 58 25 4 4F 23
Octal 241 35 23 0 122 130 45 4 117 43
Binary 10100001 11101 10011 0 1010010 1011000 100101 100 1001111 100011

Color Harmonies of #A11D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D13

Black with #A11D13

Text Example


Text Example

White with #A11D13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D13; }

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

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

background-color css

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

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

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

border-color css

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

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

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