Html Css Color HEX #A4243B Bright Red

📋 copy color: '#A4243B'

red 164 ◦ green 36 ◦ blue 59

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

Shades of Bright Red #A4243B

Tints of Bright Red #A4243B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 22.78%

R = 63.32%
G = 13.9%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.64

 K value IS 0.36

RGB Variations

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

Color information

#A4243B (or 0xA4243B) is known color: Bright Red. HEX triplet: A4, 24 and 3B. RGB value is (164,36,59). Sum of RGB (Red+Green+Blue) = 164+36+59=259 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.32% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 59 (23.44% from 255 or 22.78% from 259); Max value from RGB is 164 - color contains mainly: red. Hex color #A4243B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4243B is #5BDBC4. Grayscale: #4C4C4C. Windows color (decimal): -6020037 or 3876004. OLE color: 3876004.

HSL color Cylindrical-coordinate representation of color #A4243B: hue angle of 349.22º 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 #A4243B is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 36 59 -
CMYK 0 0.78 0.64 0.36
HSL 349.22º 0.64% 0.39% -
HSV(B) 349.22º 0.78% 0.64% -
XYZ 16.73 9.47 5.08 -
YUV 76.89 117.91 190.13 -
System Red Green Blue C M Y K H S L
Decimal 164 36 59 0 0.78 0.64 0.36 349.22 0.64 0.39
Hex A4 24 3B 0 4E 40 24 15D 40 27
Octal 244 44 73 0 116 100 44 535 100 47
Binary 10100100 100100 111011 0 1001110 1000000 100100 101011101 1000000 100111

Color Harmonies of #A4243B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4243B

Black with #A4243B

Text Example


Text Example

White with #A4243B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4243B; }

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

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

background-color css

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

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

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

border-color css

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

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

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