Html Css Color HEX #A01735 Bright Red

📋 copy color: '#A01735'

red 160 ◦ green 23 ◦ blue 53

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

Shades of Bright Red #A01735

Tints of Bright Red #A01735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.75%

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

R = 67.8%
G = 9.75%
B = 22.46%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.67

 K value IS 0.37

RGB Variations

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

Color information

#A01735 (or 0xA01735) is known color: Bright Red. HEX triplet: A0, 17 and 35. RGB value is (160,23,53). Sum of RGB (Red+Green+Blue) = 160+23+53=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 23 (9.38% from 255 or 9.75% from 236); Blue value is 53 (21.09% from 255 or 22.46% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A01735 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A01735 is #5FE8CA. Grayscale: #434343. Windows color (decimal): -6285515 or 3479456. OLE color: 3479456.

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

Color convert

RGB 160 23 53 -
CMYK 0 0.86 0.67 0.37
HSL 346.86º 0.75% 0.36% -
HSV(B) 346.86º 0.86% 0.63% -
XYZ 15.45 8.34 4.16 -
YUV 67.38 119.89 194.06 -
System Red Green Blue C M Y K H S L
Decimal 160 23 53 0 0.86 0.67 0.37 346.86 0.75 0.36
Hex A0 17 35 0 56 43 25 15B 4B 24
Octal 240 27 65 0 126 103 45 533 113 44
Binary 10100000 10111 110101 0 1010110 1000011 100101 101011011 1001011 100100

Color Harmonies of #A01735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A01735

Black with #A01735

Text Example


Text Example

White with #A01735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A01735; }

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

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

background-color css

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

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

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

border-color css

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

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

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