Html Css Color HEX #A5212E Bright Red

📋 copy color: '#A5212E'

red 165 ◦ green 33 ◦ blue 46

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

Shades of Bright Red #A5212E

Tints of Bright Red #A5212E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 18.85%

R = 67.62%
G = 13.52%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.72

 K value IS 0.35

RGB Variations

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

Color information

#A5212E (or 0xA5212E) is known color: Bright Red. HEX triplet: A5, 21 and 2E. RGB value is (165,33,46). Sum of RGB (Red+Green+Blue) = 165+33+46=244 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.62% from 244); Green value is 33 (13.28% from 255 or 13.52% from 244); Blue value is 46 (18.36% from 255 or 18.85% from 244); Max value from RGB is 165 - color contains mainly: red. Hex color #A5212E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5212E is #5ADED1. Grayscale: #4A4A4A. Windows color (decimal): -5955282 or 3023269. OLE color: 3023269.

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

Color convert

RGB 165 33 46 -
CMYK 0 0.8 0.72 0.35
HSL 354.09º 0.67% 0.39% -
HSV(B) 354.09º 0.8% 0.65% -
XYZ 16.55 9.28 3.5 -
YUV 73.95 112.23 192.94 -
System Red Green Blue C M Y K H S L
Decimal 165 33 46 0 0.8 0.72 0.35 354.09 0.67 0.39
Hex A5 21 2E 0 50 48 23 162 43 27
Octal 245 41 56 0 120 110 43 542 103 47
Binary 10100101 100001 101110 0 1010000 1001000 100011 101100010 1000011 100111

Color Harmonies of #A5212E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5212E

Black with #A5212E

Text Example


Text Example

White with #A5212E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5212E; }

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

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

background-color css

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

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

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

border-color css

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

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

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