Html Css Color HEX #A01626 Bright Red

📋 copy color: '#A01626'

red 160 ◦ green 22 ◦ blue 38

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

Shades of Bright Red #A01626

Tints of Bright Red #A01626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 17.27%

R = 72.73%
G = 10%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.76

 K value IS 0.37

RGB Variations

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

Color information

#A01626 (or 0xA01626) is known color: Bright Red. HEX triplet: A0, 16 and 26. RGB value is (160,22,38). Sum of RGB (Red+Green+Blue) = 160+22+38=220 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.73% from 220); Green value is 22 (8.98% from 255 or 10% from 220); Blue value is 38 (15.23% from 255 or 17.27% from 220); Max value from RGB is 160 - color contains mainly: red. Hex color #A01626 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01626 is #5FE9D9. Grayscale: #414141. Windows color (decimal): -6285786 or 2496160. OLE color: 2496160.

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

Color convert

RGB 160 22 38 -
CMYK 0 0.86 0.76 0.37
HSL 353.04º 0.76% 0.36% -
HSV(B) 353.04º 0.86% 0.63% -
XYZ 15.13 8.19 2.62 -
YUV 65.09 112.72 195.7 -
System Red Green Blue C M Y K H S L
Decimal 160 22 38 0 0.86 0.76 0.37 353.04 0.76 0.36
Hex A0 16 26 0 56 4C 25 161 4C 24
Octal 240 26 46 0 126 114 45 541 114 44
Binary 10100000 10110 100110 0 1010110 1001100 100101 101100001 1001100 100100

Color Harmonies of #A01626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01626

Black with #A01626

Text Example


Text Example

White with #A01626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01626; }

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

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

background-color css

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

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

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

border-color css

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

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

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