Html Css Color HEX #A11B1B Fire Brick

📋 copy color: '#A11B1B'

red 161 ◦ green 27 ◦ blue 27

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

Shades of Fire Brick #A11B1B

Tints of Fire Brick #A11B1B

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.56%

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

R = 74.88%
G = 12.56%
B = 12.56%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A11B1B (or 0xA11B1B) is known color: Fire Brick. HEX triplet: A1, 1B and 1B. RGB value is (161,27,27). Sum of RGB (Red+Green+Blue) = 161+27+27=215 (28% of max value = 765). Red value is 161 (63.28% from 255 or 74.88% from 215); Green value is 27 (10.94% from 255 or 12.56% from 215); Blue value is 27 (10.94% from 255 or 12.56% from 215); Max value from RGB is 161 - color contains mainly: red. Hex color #A11B1B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A11B1B is #5EE4E4. Grayscale: #434343. Windows color (decimal): -6218981 or 1776545. OLE color: 1776545.

HSL color Cylindrical-coordinate representation of color #A11B1B: hue angle of 0º 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 #A11B1B is Cyan = 0, Magento = 0.83, Yellow = 0.83 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 27 27 -
CMYK 0 0.83 0.83 0.37
HSL 0.71% 0.37% -
HSV(B) 0.83% 0.63% -
XYZ 15.29 8.44 1.86 -
YUV 67.07 105.39 195 -
System Red Green Blue C M Y K H S L
Decimal 161 27 27 0 0.83 0.83 0.37 0 0.71 0.37
Hex A1 1B 1B 0 53 53 25 0 47 25
Octal 241 33 33 0 123 123 45 0 107 45
Binary 10100001 11011 11011 0 1010011 1010011 100101 0 1000111 100101

Color Harmonies of #A11B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11B1B

Black with #A11B1B

Text Example


Text Example

White with #A11B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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