Html Css Color HEX #A01138 Bright Red

📋 copy color: '#A01138'

red 160 ◦ green 17 ◦ blue 56

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

Shades of Bright Red #A01138

Tints of Bright Red #A01138

RGB

 RED value IS 160 (62.89% from 255) = 68.67%

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

 BLUE value IS 56 (22.27% from 255) = 24.03%

R = 68.67%
G = 7.3%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.65

 K value IS 0.37

RGB Variations

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

Color information

#A01138 (or 0xA01138) is known color: Bright Red. HEX triplet: A0, 11 and 38. RGB value is (160,17,56). Sum of RGB (Red+Green+Blue) = 160+17+56=233 (30% of max value = 765). Red value is 160 (62.89% from 255 or 68.67% from 233); Green value is 17 (7.03% from 255 or 7.30% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 160 - color contains mainly: red. Hex color #A01138 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01138 is #5FEEC7. Grayscale: #404040. Windows color (decimal): -6287048 or 3674528. OLE color: 3674528.

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

Color convert

RGB 160 17 56 -
CMYK 0 0.89 0.65 0.37
HSL 343.64º 0.81% 0.35% -
HSV(B) 343.64º 0.89% 0.63% -
XYZ 15.41 8.16 4.5 -
YUV 64.2 123.38 196.33 -
System Red Green Blue C M Y K H S L
Decimal 160 17 56 0 0.89 0.65 0.37 343.64 0.81 0.35
Hex A0 11 38 0 59 41 25 158 51 23
Octal 240 21 70 0 131 101 45 530 121 43
Binary 10100000 10001 111000 0 1011001 1000001 100101 101011000 1010001 100011

Color Harmonies of #A01138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01138

Black with #A01138

Text Example


Text Example

White with #A01138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01138; }

 p { color: rgb(160,17,56); }

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

background-color css

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

 a { background-color: rgb(160,17,56); }

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

border-color css

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

 span { border-color: rgb(160,17,56); }

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