Html Css Color HEX #A5243B Bright Red

📋 copy color: '#A5243B'

red 165 ◦ green 36 ◦ blue 59

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

Shades of Bright Red #A5243B

Tints of Bright Red #A5243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.69%

R = 63.46%
G = 13.85%
B = 22.69%

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

#A5243B (or 0xA5243B) is known color: Bright Red. HEX triplet: A5, 24 and 3B. RGB value is (165,36,59). Sum of RGB (Red+Green+Blue) = 165+36+59=260 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.46% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 59 (23.44% from 255 or 22.69% from 260); Max value from RGB is 165 - color contains mainly: red. Hex color #A5243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5243B is #5ADBC4. Grayscale: #4D4D4D. Windows color (decimal): -5954501 or 3876005. OLE color: 3876005.

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

Color convert

RGB 165 36 59 -
CMYK 0 0.78 0.64 0.35
HSL 349.3º 0.64% 0.39% -
HSV(B) 349.3º 0.78% 0.65% -
XYZ 16.94 9.58 5.09 -
YUV 77.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 165 36 59 0 0.78 0.64 0.35 349.3 0.64 0.39
Hex A5 24 3B 0 4E 40 23 15D 40 27
Octal 245 44 73 0 116 100 43 535 100 47
Binary 10100101 100100 111011 0 1001110 1000000 100011 101011101 1000000 100111

Color Harmonies of #A5243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5243B

Black with #A5243B

Text Example


Text Example

White with #A5243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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