Html Css Color HEX #A21A30 Bright Red

📋 copy color: '#A21A30'

red 162 ◦ green 26 ◦ blue 48

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

Shades of Bright Red #A21A30

Tints of Bright Red #A21A30

RGB

 RED value IS 162 (63.67% from 255) = 68.64%

 GREEN value IS 26 (10.55% from 255) = 11.02%

 BLUE value IS 48 (19.14% from 255) = 20.34%

R = 68.64%
G = 11.02%
B = 20.34%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.70

 K value IS 0.36

RGB Variations

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

Color information

#A21A30 (or 0xA21A30) is known color: Bright Red. HEX triplet: A2, 1A and 30. RGB value is (162,26,48). Sum of RGB (Red+Green+Blue) = 162+26+48=236 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.64% from 236); Green value is 26 (10.55% from 255 or 11.02% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 162 - color contains mainly: red. Hex color #A21A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A21A30 is #5DE5CF. Grayscale: #454545. Windows color (decimal): -6153680 or 3152546. OLE color: 3152546.

HSL color Cylindrical-coordinate representation of color #A21A30: hue angle of 350.29º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A21A30 is Cyan = 0, Magento = 0.84, Yellow = 0.70 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 26 48 -
CMYK 0 0.84 0.70 0.36
HSL 350.29º 0.72% 0.37% -
HSV(B) 350.29º 0.84% 0.64% -
XYZ 15.8 8.63 3.63 -
YUV 69.17 116.06 194.21 -
System Red Green Blue C M Y K H S L
Decimal 162 26 48 0 0.84 0.70 0.36 350.29 0.72 0.37
Hex A2 1A 30 0 54 46 24 15E 48 25
Octal 242 32 60 0 124 106 44 536 110 45
Binary 10100010 11010 110000 0 1010100 1000110 100100 101011110 1001000 100101

Color Harmonies of #A21A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21A30

Black with #A21A30

Text Example


Text Example

White with #A21A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21A30; }

 p { color: rgb(162,26,48); }

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

background-color css

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

 a { background-color: rgb(162,26,48); }

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

border-color css

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

 span { border-color: rgb(162,26,48); }

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