Html Css Color HEX #A41C3C Bright Red

📋 copy color: '#A41C3C'

red 164 ◦ green 28 ◦ blue 60

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

Shades of Bright Red #A41C3C

Tints of Bright Red #A41C3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.81%

R = 65.08%
G = 11.11%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A41C3C (or 0xA41C3C) is known color: Bright Red. HEX triplet: A4, 1C and 3C. RGB value is (164,28,60). Sum of RGB (Red+Green+Blue) = 164+28+60=252 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.08% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 60 (23.83% from 255 or 23.81% from 252); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C3C is #5BE3C3. Grayscale: #484848. Windows color (decimal): -6022084 or 3939492. OLE color: 3939492.

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

Color convert

RGB 164 28 60 -
CMYK 0 0.83 0.63 0.36
HSL 345.88º 0.71% 0.38% -
HSV(B) 345.88º 0.83% 0.64% -
XYZ 16.54 9.05 5.15 -
YUV 72.31 121.06 193.4 -
System Red Green Blue C M Y K H S L
Decimal 164 28 60 0 0.83 0.63 0.36 345.88 0.71 0.38
Hex A4 1C 3C 0 53 3F 24 15A 47 26
Octal 244 34 74 0 123 77 44 532 107 46
Binary 10100100 11100 111100 0 1010011 111111 100100 101011010 1000111 100110

Color Harmonies of #A41C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C3C

Black with #A41C3C

Text Example


Text Example

White with #A41C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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