Html Css Color HEX #A1133C Bright Red

📋 copy color: '#A1133C'

red 161 ◦ green 19 ◦ blue 60

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

Shades of Bright Red #A1133C

Tints of Bright Red #A1133C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.92%

 BLUE value IS 60 (23.83% from 255) = 25%

R = 67.08%
G = 7.92%
B = 25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.63

 K value IS 0.37

RGB Variations

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

Color information

#A1133C (or 0xA1133C) is known color: Bright Red. HEX triplet: A1, 13 and 3C. RGB value is (161,19,60). Sum of RGB (Red+Green+Blue) = 161+19+60=240 (31% of max value = 765). Red value is 161 (63.28% from 255 or 67.08% from 240); Green value is 19 (7.81% from 255 or 7.92% from 240); Blue value is 60 (23.83% from 255 or 25% from 240); Max value from RGB is 161 - color contains mainly: red. Hex color #A1133C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A1133C is #5EECC3. Grayscale: #424242. Windows color (decimal): -6220996 or 3937185. OLE color: 3937185.

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

Color convert

RGB 161 19 60 -
CMYK 0 0.88 0.63 0.37
HSL 342.68º 0.79% 0.35% -
HSV(B) 342.68º 0.88% 0.63% -
XYZ 15.75 8.37 5.06 -
YUV 66.13 124.54 195.67 -
System Red Green Blue C M Y K H S L
Decimal 161 19 60 0 0.88 0.63 0.37 342.68 0.79 0.35
Hex A1 13 3C 0 58 3F 25 157 4F 23
Octal 241 23 74 0 130 77 45 527 117 43
Binary 10100001 10011 111100 0 1011000 111111 100101 101010111 1001111 100011

Color Harmonies of #A1133C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1133C

Black with #A1133C

Text Example


Text Example

White with #A1133C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1133C; }

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

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

background-color css

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

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

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

border-color css

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

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

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