Html Css Color HEX #A01639 Bright Red

📋 copy color: '#A01639'

red 160 ◦ green 22 ◦ blue 57

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

Shades of Bright Red #A01639

Tints of Bright Red #A01639

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 23.85%

R = 66.95%
G = 9.21%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.64

 K value IS 0.37

RGB Variations

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

Color information

#A01639 (or 0xA01639) is known color: Bright Red. HEX triplet: A0, 16 and 39. RGB value is (160,22,57). Sum of RGB (Red+Green+Blue) = 160+22+57=239 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.95% from 239); Green value is 22 (8.98% from 255 or 9.21% from 239); Blue value is 57 (22.66% from 255 or 23.85% from 239); Max value from RGB is 160 - color contains mainly: red. Hex color #A01639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01639 is #5FE9C6. Grayscale: #434343. Windows color (decimal): -6285767 or 3741344. OLE color: 3741344.

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

Color convert

RGB 160 22 57 -
CMYK 0 0.86 0.64 0.37
HSL 344.78º 0.76% 0.36% -
HSV(B) 344.78º 0.86% 0.63% -
XYZ 15.52 8.34 4.66 -
YUV 67.25 122.22 194.15 -
System Red Green Blue C M Y K H S L
Decimal 160 22 57 0 0.86 0.64 0.37 344.78 0.76 0.36
Hex A0 16 39 0 56 40 25 159 4C 24
Octal 240 26 71 0 126 100 45 531 114 44
Binary 10100000 10110 111001 0 1010110 1000000 100101 101011001 1001100 100100

Color Harmonies of #A01639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01639

Black with #A01639

Text Example


Text Example

White with #A01639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01639; }

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

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

background-color css

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

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

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

border-color css

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

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

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