Html Css Color HEX #A5273F Bright Red

📋 copy color: '#A5273F'

red 165 ◦ green 39 ◦ blue 63

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

Shades of Bright Red #A5273F

Tints of Bright Red #A5273F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.6%

R = 61.8%
G = 14.61%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5273F (or 0xA5273F) is known color: Bright Red. HEX triplet: A5, 27 and 3F. RGB value is (165,39,63). Sum of RGB (Red+Green+Blue) = 165+39+63=267 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.80% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 165 - color contains mainly: red. Hex color #A5273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5273F is #5AD8C0. Grayscale: #4F4F4F. Windows color (decimal): -5953729 or 4138917. OLE color: 4138917.

HSL color Cylindrical-coordinate representation of color #A5273F: hue angle of 348.57º 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 #A5273F is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 39 63 -
CMYK 0 0.76 0.62 0.35
HSL 348.57º 0.62% 0.4% -
HSV(B) 348.57º 0.76% 0.65% -
XYZ 17.14 9.81 5.69 -
YUV 79.41 118.74 189.05 -
System Red Green Blue C M Y K H S L
Decimal 165 39 63 0 0.76 0.62 0.35 348.57 0.62 0.4
Hex A5 27 3F 0 4C 3E 23 15D 3E 28
Octal 245 47 77 0 114 76 43 535 76 50
Binary 10100101 100111 111111 0 1001100 111110 100011 101011101 111110 101000

Color Harmonies of #A5273F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5273F

Black with #A5273F

Text Example


Text Example

White with #A5273F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5273F; }

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

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

background-color css

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

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

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

border-color css

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

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

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