Html Css Color HEX #A41827 Bright Red

📋 copy color: '#A41827'

red 164 ◦ green 24 ◦ blue 39

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

Shades of Bright Red #A41827

Tints of Bright Red #A41827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.18%

R = 72.25%
G = 10.57%
B = 17.18%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#A41827 (or 0xA41827) is known color: Bright Red. HEX triplet: A4, 18 and 27. RGB value is (164,24,39). Sum of RGB (Red+Green+Blue) = 164+24+39=227 (30% of max value = 765). Red value is 164 (64.45% from 255 or 72.25% from 227); Green value is 24 (9.77% from 255 or 10.57% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 164 - color contains mainly: red. Hex color #A41827 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41827 is #5BE7D8. Grayscale: #434343. Windows color (decimal): -6023129 or 2562212. OLE color: 2562212.

HSL color Cylindrical-coordinate representation of color #A41827: hue angle of 353.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 #A41827 is Cyan = 0, Magento = 0.85, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 24 39 -
CMYK 0 0.85 0.76 0.36
HSL 353.57º 0.74% 0.37% -
HSV(B) 353.57º 0.85% 0.64% -
XYZ 16 8.69 2.75 -
YUV 67.57 111.88 196.78 -
System Red Green Blue C M Y K H S L
Decimal 164 24 39 0 0.85 0.76 0.36 353.57 0.74 0.37
Hex A4 18 27 0 55 4C 24 162 4A 25
Octal 244 30 47 0 125 114 44 542 112 45
Binary 10100100 11000 100111 0 1010101 1001100 100100 101100010 1001010 100101

Color Harmonies of #A41827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41827

Black with #A41827

Text Example


Text Example

White with #A41827

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41827; }

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

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

background-color css

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

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

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

border-color css

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

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

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