Html Css Color HEX #A5273D Bright Red

📋 copy color: '#A5273D'

red 165 ◦ green 39 ◦ blue 61

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

Shades of Bright Red #A5273D

Tints of Bright Red #A5273D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 23.02%

R = 62.26%
G = 14.72%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A5273D (or 0xA5273D) is known color: Bright Red. HEX triplet: A5, 27 and 3D. RGB value is (165,39,61). Sum of RGB (Red+Green+Blue) = 165+39+61=265 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.26% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 61 (24.22% from 255 or 23.02% from 265); Max value from RGB is 165 - color contains mainly: red. Hex color #A5273D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5273D is #5AD8C2. Grayscale: #4F4F4F. Windows color (decimal): -5953731 or 4007845. OLE color: 4007845.

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

Color convert

RGB 165 39 61 -
CMYK 0 0.76 0.63 0.35
HSL 349.52º 0.62% 0.4% -
HSV(B) 349.52º 0.76% 0.65% -
XYZ 17.08 9.79 5.4 -
YUV 79.18 117.74 189.21 -
System Red Green Blue C M Y K H S L
Decimal 165 39 61 0 0.76 0.63 0.35 349.52 0.62 0.4
Hex A5 27 3D 0 4C 3F 23 15E 3E 28
Octal 245 47 75 0 114 77 43 536 76 50
Binary 10100101 100111 111101 0 1001100 111111 100011 101011110 111110 101000

Color Harmonies of #A5273D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5273D

Black with #A5273D

Text Example


Text Example

White with #A5273D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5273D; }

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

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

background-color css

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

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

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

border-color css

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

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

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