Html Css Color HEX #A11413 Fire Brick

📋 copy color: '#A11413'

red 161 ◦ green 20 ◦ blue 19

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

Shades of Fire Brick #A11413

Tints of Fire Brick #A11413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10%

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

R = 80.5%
G = 10%
B = 9.5%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.88

 K value IS 0.37

RGB Variations

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

Color information

#A11413 (or 0xA11413) is known color: Fire Brick. HEX triplet: A1, 14 and 13. RGB value is (161,20,19). Sum of RGB (Red+Green+Blue) = 161+20+19=200 (26% of max value = 765). Red value is 161 (63.28% from 255 or 80.5% from 200); Green value is 20 (8.20% from 255 or 10% from 200); Blue value is 19 (7.81% from 255 or 9.5% from 200); Max value from RGB is 161 - color contains mainly: red. Hex color #A11413 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11413 is #5EEBEC. Grayscale: #3E3E3E. Windows color (decimal): -6220781 or 1250465. OLE color: 1250465.

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

Color convert

RGB 161 20 19 -
CMYK 0 0.88 0.88 0.37
HSL 0.42º 0.79% 0.35% -
HSV(B) 0.42º 0.88% 0.63% -
XYZ 15.07 8.12 1.39 -
YUV 62.05 103.71 198.58 -
System Red Green Blue C M Y K H S L
Decimal 161 20 19 0 0.88 0.88 0.37 0.42 0.79 0.35
Hex A1 14 13 0 58 58 25 0 4F 23
Octal 241 24 23 0 130 130 45 0 117 43
Binary 10100001 10100 10011 0 1011000 1011000 100101 0 1001111 100011

Color Harmonies of #A11413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11413

Black with #A11413

Text Example


Text Example

White with #A11413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11413; }

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

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

background-color css

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

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

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

border-color css

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

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

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