Html Css Color HEX #A5212D Bright Red

📋 copy color: '#A5212D'

red 165 ◦ green 33 ◦ blue 45

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

Shades of Bright Red #A5212D

Tints of Bright Red #A5212D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 18.52%

R = 67.9%
G = 13.58%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.73

 K value IS 0.35

RGB Variations

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

Color information

#A5212D (or 0xA5212D) is known color: Bright Red. HEX triplet: A5, 21 and 2D. RGB value is (165,33,45). Sum of RGB (Red+Green+Blue) = 165+33+45=243 (32% of max value = 765). Red value is 165 (64.84% from 255 or 67.90% from 243); Green value is 33 (13.28% from 255 or 13.58% from 243); Blue value is 45 (17.97% from 255 or 18.52% from 243); Max value from RGB is 165 - color contains mainly: red. Hex color #A5212D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5212D is #5ADED2. Grayscale: #494949. Windows color (decimal): -5955283 or 2957733. OLE color: 2957733.

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

Color convert

RGB 165 33 45 -
CMYK 0 0.8 0.73 0.35
HSL 354.55º 0.67% 0.39% -
HSV(B) 354.55º 0.8% 0.65% -
XYZ 16.53 9.28 3.4 -
YUV 73.84 111.73 193.02 -
System Red Green Blue C M Y K H S L
Decimal 165 33 45 0 0.8 0.73 0.35 354.55 0.67 0.39
Hex A5 21 2D 0 50 49 23 163 43 27
Octal 245 41 55 0 120 111 43 543 103 47
Binary 10100101 100001 101101 0 1010000 1001001 100011 101100011 1000011 100111

Color Harmonies of #A5212D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5212D

Black with #A5212D

Text Example


Text Example

White with #A5212D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5212D; }

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

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

background-color css

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

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

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

border-color css

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

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

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