Html Css Color HEX #A41B2D Bright Red

📋 copy color: '#A41B2D'

red 164 ◦ green 27 ◦ blue 45

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

Shades of Bright Red #A41B2D

Tints of Bright Red #A41B2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.07%

R = 69.49%
G = 11.44%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A41B2D (or 0xA41B2D) is known color: Bright Red. HEX triplet: A4, 1B and 2D. RGB value is (164,27,45). Sum of RGB (Red+Green+Blue) = 164+27+45=236 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.49% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41B2D is #5BE4D2. Grayscale: #464646. Windows color (decimal): -6022355 or 2956196. OLE color: 2956196.

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

Color convert

RGB 164 27 45 -
CMYK 0 0.84 0.73 0.36
HSL 352.12º 0.72% 0.37% -
HSV(B) 352.12º 0.84% 0.64% -
XYZ 16.18 8.87 3.34 -
YUV 70.02 113.89 195.04 -
System Red Green Blue C M Y K H S L
Decimal 164 27 45 0 0.84 0.73 0.36 352.12 0.72 0.37
Hex A4 1B 2D 0 54 49 24 160 48 25
Octal 244 33 55 0 124 111 44 540 110 45
Binary 10100100 11011 101101 0 1010100 1001001 100100 101100000 1001000 100101

Color Harmonies of #A41B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41B2D

Black with #A41B2D

Text Example


Text Example

White with #A41B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41B2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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