Html Css Color HEX #A41B3C Bright Red

📋 copy color: '#A41B3C'

red 164 ◦ green 27 ◦ blue 60

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

Shades of Bright Red #A41B3C

Tints of Bright Red #A41B3C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.76%

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

R = 65.34%
G = 10.76%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.63

 K value IS 0.36

RGB Variations

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

Color information

#A41B3C (or 0xA41B3C) is known color: Bright Red. HEX triplet: A4, 1B and 3C. RGB value is (164,27,60). Sum of RGB (Red+Green+Blue) = 164+27+60=251 (33% of max value = 765). Red value is 164 (64.45% from 255 or 65.34% from 251); Green value is 27 (10.94% from 255 or 10.76% from 251); Blue value is 60 (23.83% from 255 or 23.90% from 251); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41B3C is #5BE4C3. Grayscale: #474747. Windows color (decimal): -6022340 or 3939236. OLE color: 3939236.

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

Color convert

RGB 164 27 60 -
CMYK 0 0.84 0.63 0.36
HSL 345.55º 0.72% 0.37% -
HSV(B) 345.55º 0.84% 0.64% -
XYZ 16.52 9 5.14 -
YUV 71.73 121.39 193.82 -
System Red Green Blue C M Y K H S L
Decimal 164 27 60 0 0.84 0.63 0.36 345.55 0.72 0.37
Hex A4 1B 3C 0 54 3F 24 15A 48 25
Octal 244 33 74 0 124 77 44 532 110 45
Binary 10100100 11011 111100 0 1010100 111111 100100 101011010 1001000 100101

Color Harmonies of #A41B3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41B3C

Black with #A41B3C

Text Example


Text Example

White with #A41B3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41B3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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