Html Css Color HEX #A4243E Bright Red

📋 copy color: '#A4243E'

red 164 ◦ green 36 ◦ blue 62

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

Shades of Bright Red #A4243E

Tints of Bright Red #A4243E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13.74%

 BLUE value IS 62 (24.61% from 255) = 23.66%

R = 62.6%
G = 13.74%
B = 23.66%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4243E (or 0xA4243E) is known color: Bright Red. HEX triplet: A4, 24 and 3E. RGB value is (164,36,62). Sum of RGB (Red+Green+Blue) = 164+36+62=262 (34% of max value = 765). Red value is 164 (64.45% from 255 or 62.60% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 62 (24.61% from 255 or 23.66% from 262); Max value from RGB is 164 - color contains mainly: red. Hex color #A4243E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4243E is #5BDBC1. Grayscale: #4D4D4D. Windows color (decimal): -6020034 or 4072612. OLE color: 4072612.

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

Color convert

RGB 164 36 62 -
CMYK 0 0.78 0.62 0.36
HSL 347.81º 0.64% 0.39% -
HSV(B) 347.81º 0.78% 0.64% -
XYZ 16.81 9.5 5.51 -
YUV 77.24 119.41 189.89 -
System Red Green Blue C M Y K H S L
Decimal 164 36 62 0 0.78 0.62 0.36 347.81 0.64 0.39
Hex A4 24 3E 0 4E 3E 24 15C 40 27
Octal 244 44 76 0 116 76 44 534 100 47
Binary 10100100 100100 111110 0 1001110 111110 100100 101011100 1000000 100111

Color Harmonies of #A4243E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4243E

Black with #A4243E

Text Example


Text Example

White with #A4243E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4243E; }

 p { color: rgb(164,36,62); }

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

background-color css

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

 a { background-color: rgb(164,36,62); }

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

border-color css

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

 span { border-color: rgb(164,36,62); }

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