Html Css Color HEX #A41530 Bright Red

📋 copy color: '#A41530'

red 164 ◦ green 21 ◦ blue 48

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

Shades of Bright Red #A41530

Tints of Bright Red #A41530

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.01%

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

R = 70.39%
G = 9.01%
B = 20.6%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A41530 (or 0xA41530) is known color: Bright Red. HEX triplet: A4, 15 and 30. RGB value is (164,21,48). Sum of RGB (Red+Green+Blue) = 164+21+48=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A41530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41530 is #5BEACF. Grayscale: #424242. Windows color (decimal): -6023888 or 3151268. OLE color: 3151268.

HSL color Cylindrical-coordinate representation of color #A41530: hue angle of 348.67º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A41530 is Cyan = 0, Magento = 0.87, Yellow = 0.71 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 21 48 -
CMYK 0 0.87 0.71 0.36
HSL 348.67º 0.77% 0.36% -
HSV(B) 348.67º 0.87% 0.64% -
XYZ 16.11 8.64 3.62 -
YUV 66.84 117.38 197.3 -
System Red Green Blue C M Y K H S L
Decimal 164 21 48 0 0.87 0.71 0.36 348.67 0.77 0.36
Hex A4 15 30 0 57 47 24 15D 4D 24
Octal 244 25 60 0 127 107 44 535 115 44
Binary 10100100 10101 110000 0 1010111 1000111 100100 101011101 1001101 100100

Color Harmonies of #A41530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41530

Black with #A41530

Text Example


Text Example

White with #A41530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41530; }

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

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

background-color css

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

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

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

border-color css

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

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

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