Html Css Color HEX #A4182D Bright Red

📋 copy color: '#A4182D'

red 164 ◦ green 24 ◦ blue 45

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

Shades of Bright Red #A4182D

Tints of Bright Red #A4182D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10.3%

 BLUE value IS 45 (17.97% from 255) = 19.31%

R = 70.39%
G = 10.3%
B = 19.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.73

 K value IS 0.36

RGB Variations

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

Color information

#A4182D (or 0xA4182D) is known color: Bright Red. HEX triplet: A4, 18 and 2D. RGB value is (164,24,45). Sum of RGB (Red+Green+Blue) = 164+24+45=233 (30% of max value = 765). Red value is 164 (64.45% from 255 or 70.39% from 233); Green value is 24 (9.77% from 255 or 10.30% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 164 - color contains mainly: red. Hex color #A4182D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A4182D is #5BE7D2. Grayscale: #444444. Windows color (decimal): -6023123 or 2955428. OLE color: 2955428.

HSL color Cylindrical-coordinate representation of color #A4182D: hue angle of 351º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A4182D is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 24 45 -
CMYK 0 0.85 0.73 0.36
HSL 351º 0.74% 0.37% -
HSV(B) 351º 0.85% 0.64% -
XYZ 16.11 8.74 3.32 -
YUV 68.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 164 24 45 0 0.85 0.73 0.36 351 0.74 0.37
Hex A4 18 2D 0 55 49 24 15F 4A 25
Octal 244 30 55 0 125 111 44 537 112 45
Binary 10100100 11000 101101 0 1010101 1001001 100100 101011111 1001010 100101

Color Harmonies of #A4182D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4182D

Black with #A4182D

Text Example


Text Example

White with #A4182D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4182D; }

 p { color: rgb(164,24,45); }

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

background-color css

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

 a { background-color: rgb(164,24,45); }

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

border-color css

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

 span { border-color: rgb(164,24,45); }

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