Html Css Color HEX #A5273C Bright Red

📋 copy color: '#A5273C'

red 165 ◦ green 39 ◦ blue 60

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

Shades of Bright Red #A5273C

Tints of Bright Red #A5273C

RGB

 RED value IS 165 (64.84% from 255) = 62.5%

 GREEN value IS 39 (15.63% from 255) = 14.77%

 BLUE value IS 60 (23.83% from 255) = 22.73%

R = 62.5%
G = 14.77%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5273C (or 0xA5273C) is known color: Bright Red. HEX triplet: A5, 27 and 3C. RGB value is (165,39,60). Sum of RGB (Red+Green+Blue) = 165+39+60=264 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.5% from 264); Green value is 39 (15.62% from 255 or 14.77% from 264); Blue value is 60 (23.83% from 255 or 22.73% from 264); Max value from RGB is 165 - color contains mainly: red. Hex color #A5273C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5273C is #5AD8C3. Grayscale: #4F4F4F. Windows color (decimal): -5953732 or 3942309. OLE color: 3942309.

HSL color Cylindrical-coordinate representation of color #A5273C: hue angle of 350º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A5273C is Cyan = 0, Magento = 0.76, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 39 60 -
CMYK 0 0.76 0.64 0.35
HSL 350º 0.62% 0.4% -
HSV(B) 350º 0.76% 0.65% -
XYZ 17.06 9.78 5.26 -
YUV 79.07 117.24 189.29 -
System Red Green Blue C M Y K H S L
Decimal 165 39 60 0 0.76 0.64 0.35 350 0.62 0.4
Hex A5 27 3C 0 4C 40 23 15E 3E 28
Octal 245 47 74 0 114 100 43 536 76 50
Binary 10100101 100111 111100 0 1001100 1000000 100011 101011110 111110 101000

Color Harmonies of #A5273C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5273C

Black with #A5273C

Text Example


Text Example

White with #A5273C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5273C; }

 p { color: rgb(165,39,60); }

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

background-color css

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

 a { background-color: rgb(165,39,60); }

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

border-color css

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

 span { border-color: rgb(165,39,60); }

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