Html Css Color HEX #A01636 Bright Red

📋 copy color: '#A01636'

red 160 ◦ green 22 ◦ blue 54

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

Shades of Bright Red #A01636

Tints of Bright Red #A01636

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 22.88%

R = 67.8%
G = 9.32%
B = 22.88%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.37

RGB Variations

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

Color information

#A01636 (or 0xA01636) is known color: Bright Red. HEX triplet: A0, 16 and 36. RGB value is (160,22,54). Sum of RGB (Red+Green+Blue) = 160+22+54=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 22 (8.98% from 255 or 9.32% from 236); Blue value is 54 (21.48% from 255 or 22.88% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A01636 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01636 is #5FE9C9. Grayscale: #424242. Windows color (decimal): -6285770 or 3544736. OLE color: 3544736.

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

Color convert

RGB 160 22 54 -
CMYK 0 0.86 0.66 0.37
HSL 346.09º 0.76% 0.36% -
HSV(B) 346.09º 0.86% 0.63% -
XYZ 15.45 8.31 4.28 -
YUV 66.91 120.72 194.4 -
System Red Green Blue C M Y K H S L
Decimal 160 22 54 0 0.86 0.66 0.37 346.09 0.76 0.36
Hex A0 16 36 0 56 42 25 15A 4C 24
Octal 240 26 66 0 126 102 45 532 114 44
Binary 10100000 10110 110110 0 1010110 1000010 100101 101011010 1001100 100100

Color Harmonies of #A01636

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01636

Black with #A01636

Text Example


Text Example

White with #A01636

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01636; }

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

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

background-color css

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

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

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

border-color css

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

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

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