Html Css Color HEX #A41330 Bright Red

📋 copy color: '#A41330'

red 164 ◦ green 19 ◦ blue 48

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

Shades of Bright Red #A41330

Tints of Bright Red #A41330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.23%

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

R = 71%
G = 8.23%
B = 20.78%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.71

 K value IS 0.36

RGB Variations

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

Color information

#A41330 (or 0xA41330) is known color: Bright Red. HEX triplet: A4, 13 and 30. RGB value is (164,19,48). Sum of RGB (Red+Green+Blue) = 164+19+48=231 (30% of max value = 765). Red value is 164 (64.45% from 255 or 71.00% from 231); Green value is 19 (7.81% from 255 or 8.23% from 231); Blue value is 48 (19.14% from 255 or 20.78% from 231); Max value from RGB is 164 - color contains mainly: red. Hex color #A41330 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A41330 is #5BECCF. Grayscale: #414141. Windows color (decimal): -6024400 or 3150756. OLE color: 3150756.

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

Color convert

RGB 164 19 48 -
CMYK 0 0.88 0.71 0.36
HSL 348º 0.79% 0.36% -
HSV(B) 348º 0.88% 0.64% -
XYZ 16.08 8.57 3.6 -
YUV 65.66 118.04 198.14 -
System Red Green Blue C M Y K H S L
Decimal 164 19 48 0 0.88 0.71 0.36 348 0.79 0.36
Hex A4 13 30 0 58 47 24 15C 4F 24
Octal 244 23 60 0 130 107 44 534 117 44
Binary 10100100 10011 110000 0 1011000 1000111 100100 101011100 1001111 100100

Color Harmonies of #A41330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A41330

Black with #A41330

Text Example


Text Example

White with #A41330

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A41330; }

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

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

background-color css

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

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

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

border-color css

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

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

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