Html Css Color HEX #A41C3D Bright Red

📋 copy color: '#A41C3D'

red 164 ◦ green 28 ◦ blue 61

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

Shades of Bright Red #A41C3D

Tints of Bright Red #A41C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 24.11%

R = 64.82%
G = 11.07%
B = 24.11%

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

#A41C3D (or 0xA41C3D) is known color: Bright Red. HEX triplet: A4, 1C and 3D. RGB value is (164,28,61). Sum of RGB (Red+Green+Blue) = 164+28+61=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 61 (24.22% from 255 or 24.11% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C3D is #5BE3C2. Grayscale: #484848. Windows color (decimal): -6022083 or 4005028. OLE color: 4005028.

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

Color convert

RGB 164 28 61 -
CMYK 0 0.83 0.63 0.36
HSL 345.44º 0.71% 0.38% -
HSV(B) 345.44º 0.83% 0.64% -
XYZ 16.57 9.06 5.29 -
YUV 72.43 121.56 193.32 -
System Red Green Blue C M Y K H S L
Decimal 164 28 61 0 0.83 0.63 0.36 345.44 0.71 0.38
Hex A4 1C 3D 0 53 3F 24 159 47 26
Octal 244 34 75 0 123 77 44 531 107 46
Binary 10100100 11100 111101 0 1010011 111111 100100 101011001 1000111 100110

Color Harmonies of #A41C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C3D

Black with #A41C3D

Text Example


Text Example

White with #A41C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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