Html Css Color HEX #A4213A Bright Red

📋 copy color: '#A4213A'

red 164 ◦ green 33 ◦ blue 58

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

Shades of Bright Red #A4213A

Tints of Bright Red #A4213A

RGB

 RED value IS 164 (64.45% from 255) = 64.31%

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

 BLUE value IS 58 (23.05% from 255) = 22.75%

R = 64.31%
G = 12.94%
B = 22.75%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A4213A (or 0xA4213A) is known color: Bright Red. HEX triplet: A4, 21 and 3A. RGB value is (164,33,58). Sum of RGB (Red+Green+Blue) = 164+33+58=255 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.31% from 255); Green value is 33 (13.28% from 255 or 12.94% from 255); Blue value is 58 (23.05% from 255 or 22.75% from 255); Max value from RGB is 164 - color contains mainly: red. Hex color #A4213A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4213A is #5BDEC5. Grayscale: #4B4B4B. Windows color (decimal): -6020806 or 3809700. OLE color: 3809700.

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

Color convert

RGB 164 33 58 -
CMYK 0 0.80 0.65 0.36
HSL 348.55º 0.66% 0.39% -
HSV(B) 348.55º 0.8% 0.64% -
XYZ 16.62 9.29 4.92 -
YUV 75.02 118.4 191.47 -
System Red Green Blue C M Y K H S L
Decimal 164 33 58 0 0.80 0.65 0.36 348.55 0.66 0.39
Hex A4 21 3A 0 50 41 24 15D 42 27
Octal 244 41 72 0 120 101 44 535 102 47
Binary 10100100 100001 111010 0 1010000 1000001 100100 101011101 1000010 100111

Color Harmonies of #A4213A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4213A

Black with #A4213A

Text Example


Text Example

White with #A4213A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4213A; }

 p { color: rgb(164,33,58); }

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

background-color css

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

 a { background-color: rgb(164,33,58); }

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

border-color css

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

 span { border-color: rgb(164,33,58); }

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