Html Css Color HEX #A42841 Bright Red

📋 copy color: '#A42841'

red 164 ◦ green 40 ◦ blue 65

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

Shades of Bright Red #A42841

Tints of Bright Red #A42841

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.87%

 BLUE value IS 65 (25.78% from 255) = 24.16%

R = 60.97%
G = 14.87%
B = 24.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.60

 K value IS 0.36

RGB Variations

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

Color information

#A42841 (or 0xA42841) is known color: Bright Red. HEX triplet: A4, 28 and 41. RGB value is (164,40,65). Sum of RGB (Red+Green+Blue) = 164+40+65=269 (35% of max value = 765). Red value is 164 (64.45% from 255 or 60.97% from 269); Green value is 40 (16.02% from 255 or 14.87% from 269); Blue value is 65 (25.78% from 255 or 24.16% from 269); Max value from RGB is 164 - color contains mainly: red. Hex color #A42841 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42841 is #5BD7BE. Grayscale: #4F4F4F. Windows color (decimal): -6019007 or 4270244. OLE color: 4270244.

HSL color Cylindrical-coordinate representation of color #A42841: hue angle of 347.9º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A42841 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 40 65 -
CMYK 0 0.76 0.60 0.36
HSL 347.9º 0.61% 0.4% -
HSV(B) 347.9º 0.76% 0.64% -
XYZ 17.02 9.79 5.99 -
YUV 79.93 119.58 187.97 -
System Red Green Blue C M Y K H S L
Decimal 164 40 65 0 0.76 0.60 0.36 347.9 0.61 0.4
Hex A4 28 41 0 4C 3C 24 15C 3D 28
Octal 244 50 101 0 114 74 44 534 75 50
Binary 10100100 101000 1000001 0 1001100 111100 100100 101011100 111101 101000

Color Harmonies of #A42841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42841

Black with #A42841

Text Example


Text Example

White with #A42841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42841; }

 p { color: rgb(164,40,65); }

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

background-color css

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

 a { background-color: rgb(164,40,65); }

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

border-color css

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

 span { border-color: rgb(164,40,65); }

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