Html Css Color HEX #A41538 Bright Red

📋 copy color: '#A41538'

red 164 ◦ green 21 ◦ blue 56

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

Shades of Bright Red #A41538

Tints of Bright Red #A41538

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.71%

 BLUE value IS 56 (22.27% from 255) = 23.24%

R = 68.05%
G = 8.71%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A41538 (or 0xA41538) is known color: Bright Red. HEX triplet: A4, 15 and 38. RGB value is (164,21,56). Sum of RGB (Red+Green+Blue) = 164+21+56=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A41538 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41538 is #5BEAC7. Grayscale: #434343. Windows color (decimal): -6023880 or 3675556. OLE color: 3675556.

HSL color Cylindrical-coordinate representation of color #A41538: hue angle of 345.31º degrees, saturation: 0.77, 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 #A41538 is Cyan = 0, Magento = 0.87, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 56 -
CMYK 0 0.87 0.66 0.36
HSL 345.31º 0.77% 0.36% -
HSV(B) 345.31º 0.87% 0.64% -
XYZ 16.29 8.71 4.56 -
YUV 67.75 121.38 196.65 -
System Red Green Blue C M Y K H S L
Decimal 164 21 56 0 0.87 0.66 0.36 345.31 0.77 0.36
Hex A4 15 38 0 57 42 24 159 4D 24
Octal 244 25 70 0 127 102 44 531 115 44
Binary 10100100 10101 111000 0 1010111 1000010 100100 101011001 1001101 100100

Color Harmonies of #A41538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41538

Black with #A41538

Text Example


Text Example

White with #A41538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41538; }

 p { color: rgb(164,21,56); }

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

background-color css

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

 a { background-color: rgb(164,21,56); }

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

border-color css

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

 span { border-color: rgb(164,21,56); }

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