Html Css Color HEX #A01825 Bright Red

📋 copy color: '#A01825'

red 160 ◦ green 24 ◦ blue 37

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

Shades of Bright Red #A01825

Tints of Bright Red #A01825

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.86%

 BLUE value IS 37 (14.84% from 255) = 16.74%

R = 72.4%
G = 10.86%
B = 16.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.77

 K value IS 0.37

RGB Variations

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

Color information

#A01825 (or 0xA01825) is known color: Bright Red. HEX triplet: A0, 18 and 25. RGB value is (160,24,37). Sum of RGB (Red+Green+Blue) = 160+24+37=221 (29% of max value = 765). Red value is 160 (62.89% from 255 or 72.40% from 221); Green value is 24 (9.77% from 255 or 10.86% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 160 - color contains mainly: red. Hex color #A01825 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01825 is #5FE7DA. Grayscale: #424242. Windows color (decimal): -6285275 or 2431136. OLE color: 2431136.

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

Color convert

RGB 160 24 37 -
CMYK 0 0.85 0.77 0.37
HSL 354.26º 0.74% 0.36% -
HSV(B) 354.26º 0.85% 0.63% -
XYZ 15.16 8.26 2.55 -
YUV 66.15 111.56 194.94 -
System Red Green Blue C M Y K H S L
Decimal 160 24 37 0 0.85 0.77 0.37 354.26 0.74 0.36
Hex A0 18 25 0 55 4D 25 162 4A 24
Octal 240 30 45 0 125 115 45 542 112 44
Binary 10100000 11000 100101 0 1010101 1001101 100101 101100010 1001010 100100

Color Harmonies of #A01825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01825

Black with #A01825

Text Example


Text Example

White with #A01825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01825; }

 p { color: rgb(160,24,37); }

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

background-color css

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

 a { background-color: rgb(160,24,37); }

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

border-color css

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

 span { border-color: rgb(160,24,37); }

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