Html Css Color HEX #A5263F Bright Red

📋 copy color: '#A5263F'

red 165 ◦ green 38 ◦ blue 63

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

Shades of Bright Red #A5263F

Tints of Bright Red #A5263F

RGB

 RED value IS 165 (64.84% from 255) = 62.03%

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

 BLUE value IS 63 (25% from 255) = 23.68%

R = 62.03%
G = 14.29%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#A5263F (or 0xA5263F) is known color: Bright Red. HEX triplet: A5, 26 and 3F. RGB value is (165,38,63). Sum of RGB (Red+Green+Blue) = 165+38+63=266 (35% of max value = 765). Red value is 165 (64.84% from 255 or 62.03% from 266); Green value is 38 (15.23% from 255 or 14.29% from 266); Blue value is 63 (25% from 255 or 23.68% from 266); Max value from RGB is 165 - color contains mainly: red. Hex color #A5263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A5263F is #5AD9C0. Grayscale: #4E4E4E. Windows color (decimal): -5953985 or 4138661. OLE color: 4138661.

HSL color Cylindrical-coordinate representation of color #A5263F: hue angle of 348.19º 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 #A5263F is Cyan = 0, Magento = 0.77, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 38 63 -
CMYK 0 0.77 0.62 0.35
HSL 348.19º 0.63% 0.4% -
HSV(B) 348.19º 0.77% 0.65% -
XYZ 17.11 9.74 5.68 -
YUV 78.82 119.08 189.47 -
System Red Green Blue C M Y K H S L
Decimal 165 38 63 0 0.77 0.62 0.35 348.19 0.63 0.4
Hex A5 26 3F 0 4D 3E 23 15C 3F 28
Octal 245 46 77 0 115 76 43 534 77 50
Binary 10100101 100110 111111 0 1001101 111110 100011 101011100 111111 101000

Color Harmonies of #A5263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5263F

Black with #A5263F

Text Example


Text Example

White with #A5263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5263F; }

 p { color: rgb(165,38,63); }

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

background-color css

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

 a { background-color: rgb(165,38,63); }

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

border-color css

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

 span { border-color: rgb(165,38,63); }

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