Html Css Color HEX #A11D1D Fire Brick

📋 copy color: '#A11D1D'

red 161 ◦ green 29 ◦ blue 29

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

Shades of Fire Brick #A11D1D

Tints of Fire Brick #A11D1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 13.24%

R = 73.52%
G = 13.24%
B = 13.24%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.82

 K value IS 0.37

RGB Variations

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

Color information

#A11D1D (or 0xA11D1D) is known color: Fire Brick. HEX triplet: A1, 1D and 1D. RGB value is (161,29,29). Sum of RGB (Red+Green+Blue) = 161+29+29=219 (29% of max value = 765). Red value is 161 (63.28% from 255 or 73.52% from 219); Green value is 29 (11.72% from 255 or 13.24% from 219); Blue value is 29 (11.72% from 255 or 13.24% from 219); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D1D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D1D is #5EE2E2. Grayscale: #444444. Windows color (decimal): -6218467 or 1908129. OLE color: 1908129.

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

Color convert

RGB 161 29 29 -
CMYK 0 0.82 0.82 0.37
HSL 0.69% 0.37% -
HSV(B) 0.82% 0.63% -
XYZ 15.36 8.54 2 -
YUV 68.47 105.73 194 -
System Red Green Blue C M Y K H S L
Decimal 161 29 29 0 0.82 0.82 0.37 0 0.69 0.37
Hex A1 1D 1D 0 52 52 25 0 45 25
Octal 241 35 35 0 122 122 45 0 105 45
Binary 10100001 11101 11101 0 1010010 1010010 100101 0 1000101 100101

Color Harmonies of #A11D1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D1D

Black with #A11D1D

Text Example


Text Example

White with #A11D1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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