Html Css Color HEX #A5213B Bright Red

📋 copy color: '#A5213B'

red 165 ◦ green 33 ◦ blue 59

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

Shades of Bright Red #A5213B

Tints of Bright Red #A5213B

RGB

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

 GREEN value IS 33 (13.28% from 255) = 12.84%

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

R = 64.2%
G = 12.84%
B = 22.96%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A5213B (or 0xA5213B) is known color: Bright Red. HEX triplet: A5, 21 and 3B. RGB value is (165,33,59). Sum of RGB (Red+Green+Blue) = 165+33+59=257 (34% of max value = 765). Red value is 165 (64.84% from 255 or 64.20% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 165 - color contains mainly: red. Hex color #A5213B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5213B is #5ADEC4. Grayscale: #4B4B4B. Windows color (decimal): -5955269 or 3875237. OLE color: 3875237.

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

Color convert

RGB 165 33 59 -
CMYK 0 0.8 0.64 0.35
HSL 348.18º 0.67% 0.39% -
HSV(B) 348.18º 0.8% 0.65% -
XYZ 16.85 9.4 5.06 -
YUV 75.43 118.73 191.89 -
System Red Green Blue C M Y K H S L
Decimal 165 33 59 0 0.8 0.64 0.35 348.18 0.67 0.39
Hex A5 21 3B 0 50 40 23 15C 43 27
Octal 245 41 73 0 120 100 43 534 103 47
Binary 10100101 100001 111011 0 1010000 1000000 100011 101011100 1000011 100111

Color Harmonies of #A5213B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5213B

Black with #A5213B

Text Example


Text Example

White with #A5213B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5213B; }

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

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

background-color css

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

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

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

border-color css

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

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

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