Html Css Color HEX #A7263D Bright Red

📋 copy color: '#A7263D'

red 167 ◦ green 38 ◦ blue 61

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

Shades of Bright Red #A7263D

Tints of Bright Red #A7263D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.29%

 BLUE value IS 61 (24.22% from 255) = 22.93%

R = 62.78%
G = 14.29%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.63

 K value IS 0.35

RGB Variations

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

Color information

#A7263D (or 0xA7263D) is known color: Bright Red. HEX triplet: A7, 26 and 3D. RGB value is (167,38,61). Sum of RGB (Red+Green+Blue) = 167+38+61=266 (35% of max value = 765). Red value is 167 (65.62% from 255 or 62.78% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 167 - color contains mainly: red. Hex color #A7263D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A7263D is #58D9C2. Grayscale: #4F4F4F. Windows color (decimal): -5822915 or 4007591. OLE color: 4007591.

HSL color Cylindrical-coordinate representation of color #A7263D: hue angle of 349.3º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A7263D is Cyan = 0, Magento = 0.77, Yellow = 0.63 and Black (K on CMYK) = 0.35.

Color convert

RGB 167 38 61 -
CMYK 0 0.77 0.63 0.35
HSL 349.3º 0.63% 0.4% -
HSV(B) 349.3º 0.77% 0.65% -
XYZ 17.47 9.94 5.41 -
YUV 79.19 117.74 190.63 -
System Red Green Blue C M Y K H S L
Decimal 167 38 61 0 0.77 0.63 0.35 349.3 0.63 0.4
Hex A7 26 3D 0 4D 3F 23 15D 3F 28
Octal 247 46 75 0 115 77 43 535 77 50
Binary 10100111 100110 111101 0 1001101 111111 100011 101011101 111111 101000

Color Harmonies of #A7263D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7263D

Black with #A7263D

Text Example


Text Example

White with #A7263D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7263D; }

 p { color: rgb(167,38,61); }

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

background-color css

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

 a { background-color: rgb(167,38,61); }

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

border-color css

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

 span { border-color: rgb(167,38,61); }

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