Html Css Color HEX #A52741 Bright Red

📋 copy color: '#A52741'

red 165 ◦ green 39 ◦ blue 65

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

Shades of Bright Red #A52741

Tints of Bright Red #A52741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 61.34%
G = 14.5%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.61

 K value IS 0.35

RGB Variations

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

Color information

#A52741 (or 0xA52741) is known color: Bright Red. HEX triplet: A5, 27 and 41. RGB value is (165,39,65). Sum of RGB (Red+Green+Blue) = 165+39+65=269 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.34% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 165 - color contains mainly: red. Hex color #A52741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A52741 is #5AD8BE. Grayscale: #4F4F4F. Windows color (decimal): -5953727 or 4269989. OLE color: 4269989.

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

Color convert

RGB 165 39 65 -
CMYK 0 0.76 0.61 0.35
HSL 347.62º 0.62% 0.4% -
HSV(B) 347.62º 0.76% 0.65% -
XYZ 17.2 9.83 5.99 -
YUV 79.64 119.74 188.89 -
System Red Green Blue C M Y K H S L
Decimal 165 39 65 0 0.76 0.61 0.35 347.62 0.62 0.4
Hex A5 27 41 0 4C 3D 23 15C 3E 28
Octal 245 47 101 0 114 75 43 534 76 50
Binary 10100101 100111 1000001 0 1001100 111101 100011 101011100 111110 101000

Color Harmonies of #A52741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A52741

Black with #A52741

Text Example


Text Example

White with #A52741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A52741; }

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

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

background-color css

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

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

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

border-color css

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

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

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