Html Css Color HEX #A31238 Bright Red

📋 copy color: '#A31238'

red 163 ◦ green 18 ◦ blue 56

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

Shades of Bright Red #A31238

Tints of Bright Red #A31238

RGB

 RED value IS 163 (64.06% from 255) = 68.78%

 GREEN value IS 18 (7.42% from 255) = 7.59%

 BLUE value IS 56 (22.27% from 255) = 23.63%

R = 68.78%
G = 7.59%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A31238 (or 0xA31238) is known color: Bright Red. HEX triplet: A3, 12 and 38. RGB value is (163,18,56). Sum of RGB (Red+Green+Blue) = 163+18+56=237 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.78% from 237); Green value is 18 (7.42% from 255 or 7.59% from 237); Blue value is 56 (22.27% from 255 or 23.63% from 237); Max value from RGB is 163 - color contains mainly: red. Hex color #A31238 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31238 is #5CEDC7. Grayscale: #414141. Windows color (decimal): -6090184 or 3674787. OLE color: 3674787.

HSL color Cylindrical-coordinate representation of color #A31238: hue angle of 344.28º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A31238 is Cyan = 0, Magento = 0.89, Yellow = 0.66 and Black (K on CMYK) = 0.36.

Color convert

RGB 163 18 56 -
CMYK 0 0.89 0.66 0.36
HSL 344.28º 0.8% 0.35% -
HSV(B) 344.28º 0.89% 0.64% -
XYZ 16.03 8.5 4.54 -
YUV 65.69 122.54 197.41 -
System Red Green Blue C M Y K H S L
Decimal 163 18 56 0 0.89 0.66 0.36 344.28 0.8 0.35
Hex A3 12 38 0 59 42 24 158 50 23
Octal 243 22 70 0 131 102 44 530 120 43
Binary 10100011 10010 111000 0 1011001 1000010 100100 101011000 1010000 100011

Color Harmonies of #A31238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31238

Black with #A31238

Text Example


Text Example

White with #A31238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31238; }

 p { color: rgb(163,18,56); }

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

background-color css

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

 a { background-color: rgb(163,18,56); }

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

border-color css

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

 span { border-color: rgb(163,18,56); }

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