Html Css Color HEX #A41A30 Bright Red

📋 copy color: '#A41A30'

red 164 ◦ green 26 ◦ blue 48

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

Shades of Bright Red #A41A30

Tints of Bright Red #A41A30

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.92%

 BLUE value IS 48 (19.14% from 255) = 20.17%

R = 68.91%
G = 10.92%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A41A30 (or 0xA41A30) is known color: Bright Red. HEX triplet: A4, 1A and 30. RGB value is (164,26,48). Sum of RGB (Red+Green+Blue) = 164+26+48=238 (31% of max value = 765). Red value is 164 (64.45% from 255 or 68.91% from 238); Green value is 26 (10.55% from 255 or 10.92% from 238); Blue value is 48 (19.14% from 255 or 20.17% from 238); Max value from RGB is 164 - color contains mainly: red. Hex color #A41A30 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A41A30 is #5BE5CF. Grayscale: #454545. Windows color (decimal): -6022608 or 3152548. OLE color: 3152548.

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

Color convert

RGB 164 26 48 -
CMYK 0 0.84 0.71 0.36
HSL 350.43º 0.73% 0.37% -
HSV(B) 350.43º 0.84% 0.64% -
XYZ 16.21 8.84 3.65 -
YUV 69.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 164 26 48 0 0.84 0.71 0.36 350.43 0.73 0.37
Hex A4 1A 30 0 54 47 24 15E 49 25
Octal 244 32 60 0 124 107 44 536 111 45
Binary 10100100 11010 110000 0 1010100 1000111 100100 101011110 1001001 100101

Color Harmonies of #A41A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41A30

Black with #A41A30

Text Example


Text Example

White with #A41A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41A30; }

 p { color: rgb(164,26,48); }

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

background-color css

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

 a { background-color: rgb(164,26,48); }

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

border-color css

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

 span { border-color: rgb(164,26,48); }

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