Html Css Color HEX #A41C3E Bright Red

📋 copy color: '#A41C3E'

red 164 ◦ green 28 ◦ blue 62

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

Shades of Bright Red #A41C3E

Tints of Bright Red #A41C3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 24.41%

R = 64.57%
G = 11.02%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A41C3E (or 0xA41C3E) is known color: Bright Red. HEX triplet: A4, 1C and 3E. RGB value is (164,28,62). Sum of RGB (Red+Green+Blue) = 164+28+62=254 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.57% from 254); Green value is 28 (11.33% from 255 or 11.02% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 164 - color contains mainly: red. Hex color #A41C3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41C3E is #5BE3C1. Grayscale: #484848. Windows color (decimal): -6022082 or 4070564. OLE color: 4070564.

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

Color convert

RGB 164 28 62 -
CMYK 0 0.83 0.62 0.36
HSL 345º 0.71% 0.38% -
HSV(B) 345º 0.83% 0.64% -
XYZ 16.59 9.07 5.43 -
YUV 72.54 122.06 193.24 -
System Red Green Blue C M Y K H S L
Decimal 164 28 62 0 0.83 0.62 0.36 345 0.71 0.38
Hex A4 1C 3E 0 53 3E 24 159 47 26
Octal 244 34 76 0 123 76 44 531 107 46
Binary 10100100 11100 111110 0 1010011 111110 100100 101011001 1000111 100110

Color Harmonies of #A41C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41C3E

Black with #A41C3E

Text Example


Text Example

White with #A41C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41C3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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