Html Css Color HEX #A41535 Bright Red

📋 copy color: '#A41535'

red 164 ◦ green 21 ◦ blue 53

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

Shades of Bright Red #A41535

Tints of Bright Red #A41535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 22.27%

R = 68.91%
G = 8.82%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A41535 (or 0xA41535) is known color: Bright Red. HEX triplet: A4, 15 and 35. RGB value is (164,21,53). Sum of RGB (Red+Green+Blue) = 164+21+53=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A41535 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41535 is #5BEACA. Grayscale: #434343. Windows color (decimal): -6023883 or 3478948. OLE color: 3478948.

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

Color convert

RGB 164 21 53 -
CMYK 0 0.87 0.68 0.36
HSL 346.57º 0.77% 0.36% -
HSV(B) 346.57º 0.87% 0.64% -
XYZ 16.22 8.69 4.19 -
YUV 67.41 119.88 196.9 -
System Red Green Blue C M Y K H S L
Decimal 164 21 53 0 0.87 0.68 0.36 346.57 0.77 0.36
Hex A4 15 35 0 57 44 24 15B 4D 24
Octal 244 25 65 0 127 104 44 533 115 44
Binary 10100100 10101 110101 0 1010111 1000100 100100 101011011 1001101 100100

Color Harmonies of #A41535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41535

Black with #A41535

Text Example


Text Example

White with #A41535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41535; }

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

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

background-color css

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

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

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

border-color css

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

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

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