Html Css Color HEX #A41639 Bright Red

📋 copy color: '#A41639'

red 164 ◦ green 22 ◦ blue 57

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

Shades of Bright Red #A41639

Tints of Bright Red #A41639

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.05%

 BLUE value IS 57 (22.66% from 255) = 23.46%

R = 67.49%
G = 9.05%
B = 23.46%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A41639 (or 0xA41639) is known color: Bright Red. HEX triplet: A4, 16 and 39. RGB value is (164,22,57). Sum of RGB (Red+Green+Blue) = 164+22+57=243 (32% of max value = 765). Red value is 164 (64.45% from 255 or 67.49% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 57 (22.66% from 255 or 23.46% from 243); Max value from RGB is 164 - color contains mainly: red. Hex color #A41639 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41639 is #5BE9C6. Grayscale: #444444. Windows color (decimal): -6023623 or 3741348. OLE color: 3741348.

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

Color convert

RGB 164 22 57 -
CMYK 0 0.87 0.65 0.36
HSL 345.21º 0.76% 0.36% -
HSV(B) 345.21º 0.87% 0.64% -
XYZ 16.34 8.76 4.7 -
YUV 68.45 121.54 196.15 -
System Red Green Blue C M Y K H S L
Decimal 164 22 57 0 0.87 0.65 0.36 345.21 0.76 0.36
Hex A4 16 39 0 57 41 24 159 4C 24
Octal 244 26 71 0 127 101 44 531 114 44
Binary 10100100 10110 111001 0 1010111 1000001 100100 101011001 1001100 100100

Color Harmonies of #A41639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41639

Black with #A41639

Text Example


Text Example

White with #A41639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41639; }

 p { color: rgb(164,22,57); }

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

background-color css

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

 a { background-color: rgb(164,22,57); }

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

border-color css

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

 span { border-color: rgb(164,22,57); }

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