Html Css Color HEX #A5243C Bright Red

📋 copy color: '#A5243C'

red 165 ◦ green 36 ◦ blue 60

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

Shades of Bright Red #A5243C

Tints of Bright Red #A5243C

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.79%

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

R = 63.22%
G = 13.79%
B = 22.99%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5243C (or 0xA5243C) is known color: Bright Red. HEX triplet: A5, 24 and 3C. RGB value is (165,36,60). Sum of RGB (Red+Green+Blue) = 165+36+60=261 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.22% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 60 (23.83% from 255 or 22.99% from 261); Max value from RGB is 165 - color contains mainly: red. Hex color #A5243C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5243C is #5ADBC3. Grayscale: #4D4D4D. Windows color (decimal): -5954500 or 3941541. OLE color: 3941541.

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

Color convert

RGB 165 36 60 -
CMYK 0 0.78 0.64 0.35
HSL 348.84º 0.64% 0.39% -
HSV(B) 348.84º 0.78% 0.65% -
XYZ 16.96 9.59 5.23 -
YUV 77.31 118.24 190.55 -
System Red Green Blue C M Y K H S L
Decimal 165 36 60 0 0.78 0.64 0.35 348.84 0.64 0.39
Hex A5 24 3C 0 4E 40 23 15D 40 27
Octal 245 44 74 0 116 100 43 535 100 47
Binary 10100101 100100 111100 0 1001110 1000000 100011 101011101 1000000 100111

Color Harmonies of #A5243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5243C

Black with #A5243C

Text Example


Text Example

White with #A5243C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5243C; }

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

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

background-color css

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

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

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

border-color css

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

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

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