Html Css Color HEX #A42336 Bright Red

📋 copy color: '#A42336'

red 164 ◦ green 35 ◦ blue 54

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

Shades of Bright Red #A42336

Tints of Bright Red #A42336

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.83%

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

R = 64.82%
G = 13.83%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A42336 (or 0xA42336) is known color: Bright Red. HEX triplet: A4, 23 and 36. RGB value is (164,35,54). Sum of RGB (Red+Green+Blue) = 164+35+54=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 35 (14.06% from 255 or 13.83% from 253); Blue value is 54 (21.48% from 255 or 21.34% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A42336 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42336 is #5BDCC9. Grayscale: #4B4B4B. Windows color (decimal): -6020298 or 3548068. OLE color: 3548068.

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

Color convert

RGB 164 35 54 -
CMYK 0 0.79 0.67 0.36
HSL 351.16º 0.65% 0.39% -
HSV(B) 351.16º 0.79% 0.64% -
XYZ 16.58 9.36 4.42 -
YUV 75.74 115.74 190.96 -
System Red Green Blue C M Y K H S L
Decimal 164 35 54 0 0.79 0.67 0.36 351.16 0.65 0.39
Hex A4 23 36 0 4F 43 24 15F 41 27
Octal 244 43 66 0 117 103 44 537 101 47
Binary 10100100 100011 110110 0 1001111 1000011 100100 101011111 1000001 100111

Color Harmonies of #A42336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42336

Black with #A42336

Text Example


Text Example

White with #A42336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42336; }

 p { color: rgb(164,35,54); }

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

background-color css

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

 a { background-color: rgb(164,35,54); }

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

border-color css

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

 span { border-color: rgb(164,35,54); }

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