Html Css Color HEX #A4273E Bright Red

📋 copy color: '#A4273E'

red 164 ◦ green 39 ◦ blue 62

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

Shades of Bright Red #A4273E

Tints of Bright Red #A4273E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.72%

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

R = 61.89%
G = 14.72%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4273E (or 0xA4273E) is known color: Bright Red. HEX triplet: A4, 27 and 3E. RGB value is (164,39,62). Sum of RGB (Red+Green+Blue) = 164+39+62=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 62 (24.61% from 255 or 23.40% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A4273E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4273E is #5BD8C1. Grayscale: #4F4F4F. Windows color (decimal): -6019266 or 4073380. OLE color: 4073380.

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

Color convert

RGB 164 39 62 -
CMYK 0 0.76 0.62 0.36
HSL 348.96º 0.62% 0.4% -
HSV(B) 348.96º 0.76% 0.64% -
XYZ 16.9 9.69 5.54 -
YUV 79 118.41 188.63 -
System Red Green Blue C M Y K H S L
Decimal 164 39 62 0 0.76 0.62 0.36 348.96 0.62 0.4
Hex A4 27 3E 0 4C 3E 24 15D 3E 28
Octal 244 47 76 0 114 76 44 535 76 50
Binary 10100100 100111 111110 0 1001100 111110 100100 101011101 111110 101000

Color Harmonies of #A4273E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4273E

Black with #A4273E

Text Example


Text Example

White with #A4273E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4273E; }

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

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

background-color css

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

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

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

border-color css

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

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

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