Html Css Color HEX #A41835 Bright Red

📋 copy color: '#A41835'

red 164 ◦ green 24 ◦ blue 53

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

Shades of Bright Red #A41835

Tints of Bright Red #A41835

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.96%

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

R = 68.05%
G = 9.96%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#A41835 (or 0xA41835) is known color: Bright Red. HEX triplet: A4, 18 and 35. RGB value is (164,24,53). Sum of RGB (Red+Green+Blue) = 164+24+53=241 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.05% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 164 - color contains mainly: red. Hex color #A41835 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41835 is #5BE7CA. Grayscale: #454545. Windows color (decimal): -6023115 or 3479716. OLE color: 3479716.

HSL color Cylindrical-coordinate representation of color #A41835: hue angle of 347.57º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A41835 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 24 53 -
CMYK 0 0.85 0.68 0.36
HSL 347.57º 0.74% 0.37% -
HSV(B) 347.57º 0.85% 0.64% -
XYZ 16.28 8.8 4.21 -
YUV 69.17 118.88 195.64 -
System Red Green Blue C M Y K H S L
Decimal 164 24 53 0 0.85 0.68 0.36 347.57 0.74 0.37
Hex A4 18 35 0 55 44 24 15C 4A 25
Octal 244 30 65 0 125 104 44 534 112 45
Binary 10100100 11000 110101 0 1010101 1000100 100100 101011100 1001010 100101

Color Harmonies of #A41835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41835

Black with #A41835

Text Example


Text Example

White with #A41835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41835; }

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

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

background-color css

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

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

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

border-color css

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

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

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