Html Css Color HEX #A4263F Bright Red

📋 copy color: '#A4263F'

red 164 ◦ green 38 ◦ blue 63

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

Shades of Bright Red #A4263F

Tints of Bright Red #A4263F

RGB

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

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

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

R = 61.89%
G = 14.34%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.62

 K value IS 0.36

RGB Variations

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

Color information

#A4263F (or 0xA4263F) is known color: Bright Red. HEX triplet: A4, 26 and 3F. RGB value is (164,38,63). Sum of RGB (Red+Green+Blue) = 164+38+63=265 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.89% from 265); Green value is 38 (15.23% from 255 or 14.34% from 265); Blue value is 63 (25% from 255 or 23.77% from 265); Max value from RGB is 164 - color contains mainly: red. Hex color #A4263F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4263F is #5BD9C0. Grayscale: #4E4E4E. Windows color (decimal): -6019521 or 4138660. OLE color: 4138660.

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

Color convert

RGB 164 38 63 -
CMYK 0 0.77 0.62 0.36
HSL 348.1º 0.62% 0.4% -
HSV(B) 348.1º 0.77% 0.64% -
XYZ 16.9 9.64 5.67 -
YUV 78.52 119.24 188.97 -
System Red Green Blue C M Y K H S L
Decimal 164 38 63 0 0.77 0.62 0.36 348.1 0.62 0.4
Hex A4 26 3F 0 4D 3E 24 15C 3E 28
Octal 244 46 77 0 115 76 44 534 76 50
Binary 10100100 100110 111111 0 1001101 111110 100100 101011100 111110 101000

Color Harmonies of #A4263F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4263F

Black with #A4263F

Text Example


Text Example

White with #A4263F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4263F; }

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

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

background-color css

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

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

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

border-color css

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

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

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