Html Css Color HEX #A4283F Bright Red

📋 copy color: '#A4283F'

red 164 ◦ green 40 ◦ blue 63

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

Shades of Bright Red #A4283F

Tints of Bright Red #A4283F

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.98%

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

R = 61.42%
G = 14.98%
B = 23.6%

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

#A4283F (or 0xA4283F) is known color: Bright Red. HEX triplet: A4, 28 and 3F. RGB value is (164,40,63). Sum of RGB (Red+Green+Blue) = 164+40+63=267 (35% of max value = 765). Red value is 164 (64.45% from 255 or 61.42% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 164 - color contains mainly: red. Hex color #A4283F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A4283F is #5BD7C0. Grayscale: #4F4F4F. Windows color (decimal): -6019009 or 4139172. OLE color: 4139172.

HSL color Cylindrical-coordinate representation of color #A4283F: hue angle of 348.87º degrees, saturation: 0.61, 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 #A4283F is Cyan = 0, Magento = 0.76, Yellow = 0.62 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 40 63 -
CMYK 0 0.76 0.62 0.36
HSL 348.87º 0.61% 0.4% -
HSV(B) 348.87º 0.76% 0.64% -
XYZ 16.97 9.77 5.69 -
YUV 79.7 118.58 188.13 -
System Red Green Blue C M Y K H S L
Decimal 164 40 63 0 0.76 0.62 0.36 348.87 0.61 0.4
Hex A4 28 3F 0 4C 3E 24 15D 3D 28
Octal 244 50 77 0 114 76 44 535 75 50
Binary 10100100 101000 111111 0 1001100 111110 100100 101011101 111101 101000

Color Harmonies of #A4283F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4283F

Black with #A4283F

Text Example


Text Example

White with #A4283F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4283F; }

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

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

background-color css

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

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

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

border-color css

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

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

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