Html Css Color HEX #A31738 Bright Red

📋 copy color: '#A31738'

red 163 ◦ green 23 ◦ blue 56

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

Shades of Bright Red #A31738

Tints of Bright Red #A31738

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.5%

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

R = 67.36%
G = 9.5%
B = 23.14%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.66

 K value IS 0.36

RGB Variations

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

Color information

#A31738 (or 0xA31738) is known color: Bright Red. HEX triplet: A3, 17 and 38. RGB value is (163,23,56). Sum of RGB (Red+Green+Blue) = 163+23+56=242 (32% of max value = 765). Red value is 163 (64.06% from 255 or 67.36% from 242); Green value is 23 (9.38% from 255 or 9.50% from 242); Blue value is 56 (22.27% from 255 or 23.14% from 242); Max value from RGB is 163 - color contains mainly: red. Hex color #A31738 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #A31738 is #5CE8C7. Grayscale: #444444. Windows color (decimal): -6088904 or 3676067. OLE color: 3676067.

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

Color convert

RGB 163 23 56 -
CMYK 0 0.86 0.66 0.36
HSL 345.86º 0.75% 0.36% -
HSV(B) 345.86º 0.86% 0.64% -
XYZ 16.12 8.68 4.57 -
YUV 68.62 120.88 195.32 -
System Red Green Blue C M Y K H S L
Decimal 163 23 56 0 0.86 0.66 0.36 345.86 0.75 0.36
Hex A3 17 38 0 56 42 24 15A 4B 24
Octal 243 27 70 0 126 102 44 532 113 44
Binary 10100011 10111 111000 0 1010110 1000010 100100 101011010 1001011 100100

Color Harmonies of #A31738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A31738

Black with #A31738

Text Example


Text Example

White with #A31738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A31738; }

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

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

background-color css

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

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

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

border-color css

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

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

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