Html Css Color HEX #A31338 Bright Red

📋 copy color: '#A31338'

red 163 ◦ green 19 ◦ blue 56

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

Shades of Bright Red #A31338

Tints of Bright Red #A31338

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.98%

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

R = 68.49%
G = 7.98%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A31338 (or 0xA31338) is known color: Bright Red. HEX triplet: A3, 13 and 38. RGB value is (163,19,56). Sum of RGB (Red+Green+Blue) = 163+19+56=238 (31% of max value = 765). Red value is 163 (64.06% from 255 or 68.49% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 56 (22.27% from 255 or 23.53% from 238); Max value from RGB is 163 - color contains mainly: red. Hex color #A31338 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31338 is #5CECC7. Grayscale: #424242. Windows color (decimal): -6089928 or 3675043. OLE color: 3675043.

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

Color convert

RGB 163 19 56 -
CMYK 0 0.88 0.66 0.36
HSL 344.58º 0.79% 0.36% -
HSV(B) 344.58º 0.88% 0.64% -
XYZ 16.05 8.54 4.54 -
YUV 66.27 122.21 196.99 -
System Red Green Blue C M Y K H S L
Decimal 163 19 56 0 0.88 0.66 0.36 344.58 0.79 0.36
Hex A3 13 38 0 58 42 24 159 4F 24
Octal 243 23 70 0 130 102 44 531 117 44
Binary 10100011 10011 111000 0 1011000 1000010 100100 101011001 1001111 100100

Color Harmonies of #A31338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31338

Black with #A31338

Text Example


Text Example

White with #A31338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31338; }

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

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

background-color css

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

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

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

border-color css

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

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

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