Html Css Color HEX #A1113B Bright Red

📋 copy color: '#A1113B'

red 161 ◦ green 17 ◦ blue 59

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

Shades of Bright Red #A1113B

Tints of Bright Red #A1113B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.17%

 BLUE value IS 59 (23.44% from 255) = 24.89%

R = 67.93%
G = 7.17%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1113B (or 0xA1113B) is known color: Bright Red. HEX triplet: A1, 11 and 3B. RGB value is (161,17,59). Sum of RGB (Red+Green+Blue) = 161+17+59=237 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.93% from 237); Green value is 17 (7.03% from 255 or 7.17% from 237); Blue value is 59 (23.44% from 255 or 24.89% from 237); Max value from RGB is 161 - color contains mainly: red. Hex color #A1113B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1113B is #5EEEC4. Grayscale: #404040. Windows color (decimal): -6221509 or 3871137. OLE color: 3871137.

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

Color convert

RGB 161 17 59 -
CMYK 0 0.89 0.63 0.37
HSL 342.5º 0.81% 0.35% -
HSV(B) 342.5º 0.89% 0.63% -
XYZ 15.69 8.29 4.91 -
YUV 64.84 124.71 196.58 -
System Red Green Blue C M Y K H S L
Decimal 161 17 59 0 0.89 0.63 0.37 342.5 0.81 0.35
Hex A1 11 3B 0 59 3F 25 156 51 23
Octal 241 21 73 0 131 77 45 526 121 43
Binary 10100001 10001 111011 0 1011001 111111 100101 101010110 1010001 100011

Color Harmonies of #A1113B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1113B

Black with #A1113B

Text Example


Text Example

White with #A1113B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1113B; }

 p { color: rgb(161,17,59); }

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

background-color css

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

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

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

border-color css

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

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

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