Html Css Color HEX #A01935 Bright Red

📋 copy color: '#A01935'

red 160 ◦ green 25 ◦ blue 53

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

Shades of Bright Red #A01935

Tints of Bright Red #A01935

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.27%

R = 67.23%
G = 10.5%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A01935 (or 0xA01935) is known color: Bright Red. HEX triplet: A0, 19 and 35. RGB value is (160,25,53). Sum of RGB (Red+Green+Blue) = 160+25+53=238 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.23% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 160 - color contains mainly: red. Hex color #A01935 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01935 is #5FE6CA. Grayscale: #444444. Windows color (decimal): -6285003 or 3479968. OLE color: 3479968.

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

Color convert

RGB 160 25 53 -
CMYK 0 0.84 0.67 0.37
HSL 347.56º 0.73% 0.36% -
HSV(B) 347.56º 0.84% 0.63% -
XYZ 15.49 8.43 4.18 -
YUV 68.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 160 25 53 0 0.84 0.67 0.37 347.56 0.73 0.36
Hex A0 19 35 0 54 43 25 15C 49 24
Octal 240 31 65 0 124 103 45 534 111 44
Binary 10100000 11001 110101 0 1010100 1000011 100101 101011100 1001001 100100

Color Harmonies of #A01935

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01935

Black with #A01935

Text Example


Text Example

White with #A01935

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01935; }

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

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

background-color css

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

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

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

border-color css

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

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

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