Html Css Color HEX #A41C36 Bright Red

📋 copy color: '#A41C36'

red 164 ◦ green 28 ◦ blue 54

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

Shades of Bright Red #A41C36

Tints of Bright Red #A41C36

RGB

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

 GREEN value IS 28 (11.33% from 255) = 11.38%

 BLUE value IS 54 (21.48% from 255) = 21.95%

R = 66.67%
G = 11.38%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A41C36 (or 0xA41C36) is known color: Bright Red. HEX triplet: A4, 1C and 36. RGB value is (164,28,54). Sum of RGB (Red+Green+Blue) = 164+28+54=246 (32% of max value = 765). Red value is 164 (64.45% from 255 or 66.67% from 246); Green value is 28 (11.33% from 255 or 11.38% from 246); Blue value is 54 (21.48% from 255 or 21.95% from 246); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C36 is #5BE3C9. Grayscale: #474747. Windows color (decimal): -6022090 or 3546276. OLE color: 3546276.

HSL color Cylindrical-coordinate representation of color #A41C36: hue angle of 348.53º degrees, saturation: 0.71, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A41C36 is Cyan = 0, Magento = 0.83, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 28 54 -
CMYK 0 0.83 0.67 0.36
HSL 348.53º 0.71% 0.38% -
HSV(B) 348.53º 0.83% 0.64% -
XYZ 16.39 8.99 4.36 -
YUV 71.63 118.06 193.89 -
System Red Green Blue C M Y K H S L
Decimal 164 28 54 0 0.83 0.67 0.36 348.53 0.71 0.38
Hex A4 1C 36 0 53 43 24 15D 47 26
Octal 244 34 66 0 123 103 44 535 107 46
Binary 10100100 11100 110110 0 1010011 1000011 100100 101011101 1000111 100110

Color Harmonies of #A41C36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C36

Black with #A41C36

Text Example


Text Example

White with #A41C36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C36; }

 p { color: rgb(164,28,54); }

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

background-color css

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

 a { background-color: rgb(164,28,54); }

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

border-color css

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

 span { border-color: rgb(164,28,54); }

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