Html Css Color HEX #A01928 Bright Red

📋 copy color: '#A01928'

red 160 ◦ green 25 ◦ blue 40

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

Shades of Bright Red #A01928

Tints of Bright Red #A01928

RGB

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

 GREEN value IS 25 (10.16% from 255) = 11.11%

 BLUE value IS 40 (16.02% from 255) = 17.78%

R = 71.11%
G = 11.11%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.75

 K value IS 0.37

RGB Variations

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

Color information

#A01928 (or 0xA01928) is known color: Bright Red. HEX triplet: A0, 19 and 28. RGB value is (160,25,40). Sum of RGB (Red+Green+Blue) = 160+25+40=225 (29% of max value = 765). Red value is 160 (62.89% from 255 or 71.11% from 225); Green value is 25 (10.16% from 255 or 11.11% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 160 - color contains mainly: red. Hex color #A01928 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01928 is #5FE6D7. Grayscale: #434343. Windows color (decimal): -6285016 or 2628000. OLE color: 2628000.

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

Color convert

RGB 160 25 40 -
CMYK 0 0.84 0.75 0.37
HSL 353.33º 0.73% 0.36% -
HSV(B) 353.33º 0.84% 0.63% -
XYZ 15.23 8.32 2.81 -
YUV 67.08 112.73 194.28 -
System Red Green Blue C M Y K H S L
Decimal 160 25 40 0 0.84 0.75 0.37 353.33 0.73 0.36
Hex A0 19 28 0 54 4B 25 161 49 24
Octal 240 31 50 0 124 113 45 541 111 44
Binary 10100000 11001 101000 0 1010100 1001011 100101 101100001 1001001 100100

Color Harmonies of #A01928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01928

Black with #A01928

Text Example


Text Example

White with #A01928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01928; }

 p { color: rgb(160,25,40); }

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

background-color css

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

 a { background-color: rgb(160,25,40); }

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

border-color css

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

 span { border-color: rgb(160,25,40); }

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