Html Css Color HEX #A5212C Bright Red

📋 copy color: '#A5212C'

red 165 ◦ green 33 ◦ blue 44

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

Shades of Bright Red #A5212C

Tints of Bright Red #A5212C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.18%

R = 68.18%
G = 13.64%
B = 18.18%

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

#A5212C (or 0xA5212C) is known color: Bright Red. HEX triplet: A5, 21 and 2C. RGB value is (165,33,44). Sum of RGB (Red+Green+Blue) = 165+33+44=242 (32% of max value = 765). Red value is 165 (64.84% from 255 or 68.18% from 242); Green value is 33 (13.28% from 255 or 13.64% from 242); Blue value is 44 (17.58% from 255 or 18.18% from 242); Max value from RGB is 165 - color contains mainly: red. Hex color #A5212C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5212C is #5ADED3. Grayscale: #494949. Windows color (decimal): -5955284 or 2892197. OLE color: 2892197.

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

Color convert

RGB 165 33 44 -
CMYK 0 0.8 0.73 0.35
HSL 355º 0.67% 0.39% -
HSV(B) 355º 0.8% 0.65% -
XYZ 16.52 9.27 3.3 -
YUV 73.72 111.23 193.11 -
System Red Green Blue C M Y K H S L
Decimal 165 33 44 0 0.8 0.73 0.35 355 0.67 0.39
Hex A5 21 2C 0 50 49 23 163 43 27
Octal 245 41 54 0 120 111 43 543 103 47
Binary 10100101 100001 101100 0 1010000 1001001 100011 101100011 1000011 100111

Color Harmonies of #A5212C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5212C

Black with #A5212C

Text Example


Text Example

White with #A5212C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5212C; }

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

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

background-color css

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

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

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

border-color css

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

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

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