Html Css Color HEX #A41B3E Bright Red

📋 copy color: '#A41B3E'

red 164 ◦ green 27 ◦ blue 62

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

Shades of Bright Red #A41B3E

Tints of Bright Red #A41B3E

RGB

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

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

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

R = 64.82%
G = 10.67%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A41B3E (or 0xA41B3E) is known color: Bright Red. HEX triplet: A4, 1B and 3E. RGB value is (164,27,62). Sum of RGB (Red+Green+Blue) = 164+27+62=253 (33% of max value = 765). Red value is 164 (64.45% from 255 or 64.82% from 253); Green value is 27 (10.94% from 255 or 10.67% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41B3E is #5BE4C1. Grayscale: #474747. Windows color (decimal): -6022338 or 4070308. OLE color: 4070308.

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

Color convert

RGB 164 27 62 -
CMYK 0 0.84 0.62 0.36
HSL 344.67º 0.72% 0.37% -
HSV(B) 344.67º 0.84% 0.64% -
XYZ 16.57 9.02 5.43 -
YUV 71.95 122.39 193.65 -
System Red Green Blue C M Y K H S L
Decimal 164 27 62 0 0.84 0.62 0.36 344.67 0.72 0.37
Hex A4 1B 3E 0 54 3E 24 159 48 25
Octal 244 33 76 0 124 76 44 531 110 45
Binary 10100100 11011 111110 0 1010100 111110 100100 101011001 1001000 100101

Color Harmonies of #A41B3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41B3E

Black with #A41B3E

Text Example


Text Example

White with #A41B3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41B3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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