Html Css Color HEX #A21336 Bright Red

📋 copy color: '#A21336'

red 162 ◦ green 19 ◦ blue 54

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

Shades of Bright Red #A21336

Tints of Bright Red #A21336

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.09%

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 68.94%
G = 8.09%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A21336 (or 0xA21336) is known color: Bright Red. HEX triplet: A2, 13 and 36. RGB value is (162,19,54). Sum of RGB (Red+Green+Blue) = 162+19+54=235 (31% of max value = 765). Red value is 162 (63.67% from 255 or 68.94% from 235); Green value is 19 (7.81% from 255 or 8.09% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 162 - color contains mainly: red. Hex color #A21336 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A21336 is #5DECC9. Grayscale: #414141. Windows color (decimal): -6155466 or 3543970. OLE color: 3543970.

HSL color Cylindrical-coordinate representation of color #A21336: hue angle of 345.31º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A21336 is Cyan = 0, Magento = 0.88, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 19 54 -
CMYK 0 0.88 0.67 0.36
HSL 345.31º 0.79% 0.35% -
HSV(B) 345.31º 0.88% 0.64% -
XYZ 15.8 8.41 4.28 -
YUV 65.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 162 19 54 0 0.88 0.67 0.36 345.31 0.79 0.35
Hex A2 13 36 0 58 43 24 159 4F 23
Octal 242 23 66 0 130 103 44 531 117 43
Binary 10100010 10011 110110 0 1011000 1000011 100100 101011001 1001111 100011

Color Harmonies of #A21336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A21336

Black with #A21336

Text Example


Text Example

White with #A21336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A21336; }

 p { color: rgb(162,19,54); }

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

background-color css

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

 a { background-color: rgb(162,19,54); }

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

border-color css

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

 span { border-color: rgb(162,19,54); }

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