Html Css Color HEX #A0163C Bright Red

📋 copy color: '#A0163C'

red 160 ◦ green 22 ◦ blue 60

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

Shades of Bright Red #A0163C

Tints of Bright Red #A0163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.09%

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

R = 66.12%
G = 9.09%
B = 24.79%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.62

 K value IS 0.37

RGB Variations

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

Color information

#A0163C (or 0xA0163C) is known color: Bright Red. HEX triplet: A0, 16 and 3C. RGB value is (160,22,60). Sum of RGB (Red+Green+Blue) = 160+22+60=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 60 (23.83% from 255 or 24.79% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A0163C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0163C is #5FE9C3. Grayscale: #434343. Windows color (decimal): -6285764 or 3937952. OLE color: 3937952.

HSL color Cylindrical-coordinate representation of color #A0163C: hue angle of 343.48º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A0163C is Cyan = 0, Magento = 0.86, Yellow = 0.62 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 22 60 -
CMYK 0 0.86 0.62 0.37
HSL 343.48º 0.76% 0.36% -
HSV(B) 343.48º 0.86% 0.63% -
XYZ 15.6 8.37 5.07 -
YUV 67.59 123.72 193.91 -
System Red Green Blue C M Y K H S L
Decimal 160 22 60 0 0.86 0.62 0.37 343.48 0.76 0.36
Hex A0 16 3C 0 56 3E 25 157 4C 24
Octal 240 26 74 0 126 76 45 527 114 44
Binary 10100000 10110 111100 0 1010110 111110 100101 101010111 1001100 100100

Color Harmonies of #A0163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0163C

Black with #A0163C

Text Example


Text Example

White with #A0163C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0163C; }

 p { color: rgb(160,22,60); }

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

background-color css

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

 a { background-color: rgb(160,22,60); }

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

border-color css

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

 span { border-color: rgb(160,22,60); }

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