Html Css Color HEX #A42029 Bright Red

📋 copy color: '#A42029'

red 164 ◦ green 32 ◦ blue 41

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

Shades of Bright Red #A42029

Tints of Bright Red #A42029

RGB

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

 GREEN value IS 32 (12.89% from 255) = 13.5%

 BLUE value IS 41 (16.41% from 255) = 17.3%

R = 69.2%
G = 13.5%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.75

 K value IS 0.36

RGB Variations

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

Color information

#A42029 (or 0xA42029) is known color: Bright Red. HEX triplet: A4, 20 and 29. RGB value is (164,32,41). Sum of RGB (Red+Green+Blue) = 164+32+41=237 (31% of max value = 765). Red value is 164 (64.45% from 255 or 69.20% from 237); Green value is 32 (12.89% from 255 or 13.50% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 164 - color contains mainly: red. Hex color #A42029 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A42029 is #5BDFD6. Grayscale: #484848. Windows color (decimal): -6021079 or 2695332. OLE color: 2695332.

HSL color Cylindrical-coordinate representation of color #A42029: hue angle of 355.91º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A42029 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 32 41 -
CMYK 0 0.80 0.75 0.36
HSL 355.91º 0.67% 0.38% -
HSV(B) 355.91º 0.8% 0.64% -
XYZ 16.23 9.09 3 -
YUV 72.49 110.23 193.27 -
System Red Green Blue C M Y K H S L
Decimal 164 32 41 0 0.80 0.75 0.36 355.91 0.67 0.38
Hex A4 20 29 0 50 4B 24 164 43 26
Octal 244 40 51 0 120 113 44 544 103 46
Binary 10100100 100000 101001 0 1010000 1001011 100100 101100100 1000011 100110

Color Harmonies of #A42029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A42029

Black with #A42029

Text Example


Text Example

White with #A42029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A42029; }

 p { color: rgb(164,32,41); }

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

background-color css

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

 a { background-color: rgb(164,32,41); }

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

border-color css

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

 span { border-color: rgb(164,32,41); }

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