Html Css Color HEX #A11D1B Fire Brick

📋 copy color: '#A11D1B'

red 161 ◦ green 29 ◦ blue 27

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

Shades of Fire Brick #A11D1B

Tints of Fire Brick #A11D1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.44%

R = 74.19%
G = 13.36%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A11D1B (or 0xA11D1B) is known color: Fire Brick. HEX triplet: A1, 1D and 1B. RGB value is (161,29,27). Sum of RGB (Red+Green+Blue) = 161+29+27=217 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.19% from 217); Green value is 29 (11.72% from 255 or 13.36% from 217); Blue value is 27 (10.94% from 255 or 12.44% from 217); Max value from RGB is 161 - color contains mainly: red. Hex color #A11D1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11D1B is #5EE2E4. Grayscale: #444444. Windows color (decimal): -6218469 or 1777057. OLE color: 1777057.

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

Color convert

RGB 161 29 27 -
CMYK 0 0.82 0.83 0.37
HSL 0.9º 0.71% 0.37% -
HSV(B) 0.9º 0.83% 0.63% -
XYZ 15.34 8.53 1.88 -
YUV 68.24 104.73 194.16 -
System Red Green Blue C M Y K H S L
Decimal 161 29 27 0 0.82 0.83 0.37 0.9 0.71 0.37
Hex A1 1D 1B 0 52 53 25 1 47 25
Octal 241 35 33 0 122 123 45 1 107 45
Binary 10100001 11101 11011 0 1010010 1010011 100101 1 1000111 100101

Color Harmonies of #A11D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11D1B

Black with #A11D1B

Text Example


Text Example

White with #A11D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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