Html Css Color HEX #A7203C Bright Red

📋 copy color: '#A7203C'

red 167 ◦ green 32 ◦ blue 60

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

Shades of Bright Red #A7203C

Tints of Bright Red #A7203C

RGB

 RED value IS 167 (65.63% from 255) = 64.48%

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

 BLUE value IS 60 (23.83% from 255) = 23.17%

R = 64.48%
G = 12.36%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.64

 K value IS 0.35

RGB Variations

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

Color information

#A7203C (or 0xA7203C) is known color: Bright Red. HEX triplet: A7, 20 and 3C. RGB value is (167,32,60). Sum of RGB (Red+Green+Blue) = 167+32+60=259 (34% of max value = 765). Red value is 167 (65.62% from 255 or 64.48% from 259); Green value is 32 (12.89% from 255 or 12.36% from 259); Blue value is 60 (23.83% from 255 or 23.17% from 259); Max value from RGB is 167 - color contains mainly: red. Hex color #A7203C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7203C is #58DFC3. Grayscale: #4B4B4B. Windows color (decimal): -5824452 or 3940519. OLE color: 3940519.

HSL color Cylindrical-coordinate representation of color #A7203C: hue angle of 347.56º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A7203C is Cyan = 0, Magento = 0.81, Yellow = 0.64 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 32 60 -
CMYK 0 0.81 0.64 0.35
HSL 347.56º 0.68% 0.39% -
HSV(B) 347.56º 0.81% 0.65% -
XYZ 17.27 9.57 5.21 -
YUV 75.56 119.23 193.22 -
System Red Green Blue C M Y K H S L
Decimal 167 32 60 0 0.81 0.64 0.35 347.56 0.68 0.39
Hex A7 20 3C 0 51 40 23 15C 44 27
Octal 247 40 74 0 121 100 43 534 104 47
Binary 10100111 100000 111100 0 1010001 1000000 100011 101011100 1000100 100111

Color Harmonies of #A7203C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7203C

Black with #A7203C

Text Example


Text Example

White with #A7203C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7203C; }

 p { color: rgb(167,32,60); }

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

background-color css

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

 a { background-color: rgb(167,32,60); }

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

border-color css

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

 span { border-color: rgb(167,32,60); }

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