Html Css Color HEX #A0172F Bright Red

📋 copy color: '#A0172F'

red 160 ◦ green 23 ◦ blue 47

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

Shades of Bright Red #A0172F

Tints of Bright Red #A0172F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.43%

R = 69.57%
G = 10%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.71

 K value IS 0.37

RGB Variations

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

Color information

#A0172F (or 0xA0172F) is known color: Bright Red. HEX triplet: A0, 17 and 2F. RGB value is (160,23,47). Sum of RGB (Red+Green+Blue) = 160+23+47=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 23 (9.38% from 255 or 10% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A0172F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A0172F is #5FE8D0. Grayscale: #424242. Windows color (decimal): -6285521 or 3086240. OLE color: 3086240.

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

Color convert

RGB 160 23 47 -
CMYK 0 0.86 0.71 0.37
HSL 349.49º 0.75% 0.36% -
HSV(B) 349.49º 0.86% 0.63% -
XYZ 15.32 8.29 3.48 -
YUV 66.7 116.89 194.55 -
System Red Green Blue C M Y K H S L
Decimal 160 23 47 0 0.86 0.71 0.37 349.49 0.75 0.36
Hex A0 17 2F 0 56 47 25 15D 4B 24
Octal 240 27 57 0 126 107 45 535 113 44
Binary 10100000 10111 101111 0 1010110 1000111 100101 101011101 1001011 100100

Color Harmonies of #A0172F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0172F

Black with #A0172F

Text Example


Text Example

White with #A0172F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0172F; }

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

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

background-color css

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

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

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

border-color css

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

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

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