Html Css Color HEX #A41B2A Bright Red

📋 copy color: '#A41B2A'

red 164 ◦ green 27 ◦ blue 42

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

Shades of Bright Red #A41B2A

Tints of Bright Red #A41B2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.03%

R = 70.39%
G = 11.59%
B = 18.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#A41B2A (or 0xA41B2A) is known color: Bright Red. HEX triplet: A4, 1B and 2A. RGB value is (164,27,42). Sum of RGB (Red+Green+Blue) = 164+27+42=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 27 (10.94% from 255 or 11.59% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41B2A is #5BE4D5. Grayscale: #454545. Windows color (decimal): -6022358 or 2759588. OLE color: 2759588.

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

Color convert

RGB 164 27 42 -
CMYK 0 0.84 0.74 0.36
HSL 353.43º 0.72% 0.37% -
HSV(B) 353.43º 0.84% 0.64% -
XYZ 16.12 8.84 3.05 -
YUV 69.67 112.39 195.28 -
System Red Green Blue C M Y K H S L
Decimal 164 27 42 0 0.84 0.74 0.36 353.43 0.72 0.37
Hex A4 1B 2A 0 54 4A 24 161 48 25
Octal 244 33 52 0 124 112 44 541 110 45
Binary 10100100 11011 101010 0 1010100 1001010 100100 101100001 1001000 100101

Color Harmonies of #A41B2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41B2A

Black with #A41B2A

Text Example


Text Example

White with #A41B2A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41B2A; }

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

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

background-color css

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

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

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

border-color css

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

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

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